[webkit-reviews] review requested: [Bug 55021] [EFL] Scroll doesn't work on tiled backing store : [Attachment 90184] proposed patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 19 05:39:50 PDT 2011
Eunsol Park <eunsol47.park at samsung.com> has asked for review:
Bug 55021: [EFL] Scroll doesn't work on tiled backing store
https://bugs.webkit.org/show_bug.cgi?id=55021
Attachment 90184: proposed patch
https://bugs.webkit.org/attachment.cgi?id=90184&action=review
------- Additional Comments from Eunsol Park <eunsol47.park at samsung.com>
Scrolling in QT tiled backing store works using delegatedScrollRequested() in
webcore.
EFL can't use this function, because it depends on some other functions for QT
tiled backing store.
As you know, EFL is implemented differently, so it's difficult to modify as
similar to QT backing store.
So, I want to change Veiw size in ScrollView.
I removed the change below and test, and I checked it worked fine.
http://trac.webkit.org/changeset/72242/trunk/WebCore/platform/ScrollView.cpp
So, this patch is the defence of the change in only EFL port.
akrekde
More information about the webkit-reviews
mailing list