[Webkit-unassigned] [Bug 55021] [EFL] Scroll doesn't work on tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 05:39:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55021


Eunsol Park <eunsol47.park at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90013|0                           |1
        is obsolete|                            |
  Attachment #90184|                            |review?, commit-queue?
               Flag|                            |




--- Comment #14 from Eunsol Park <eunsol47.park at samsung.com>  2011-04-19 05:39:51 PST ---
Created an attachment (id=90184)
 --> (https://bugs.webkit.org/attachment.cgi?id=90184&action=review)
proposed patch

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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list