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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 09:42:27 PDT 2011


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





--- Comment #20 from Antonio Gomes <tonikitoo at webkit.org>  2011-04-20 09:42:26 PST ---
(From update of attachment 90284)
Would not it be clearer if from FrameLoaderClientEFL::transitionToCommittedForNewPage (when frame view is created) you do:

...
m_frame->createView(blablabla);
...
m_frame->view()->setPaintsEntireContents(false);
}

-- 
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