[Webkit-unassigned] [Bug 101549] [EFL][WK2][AC] Fixed layers are shaking when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 20:42:36 PST 2012


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





--- Comment #5 from Hurnjoo Lee <hurnjoo.lee at samsung.com>  2012-11-08 20:44:12 PST ---
(In reply to comment #3)
> (From update of attachment 172936 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=172936&action=review
> 
> > Source/WebKit2/UIProcess/efl/PageViewportControllerClientEfl.cpp:83
> > +    drawingArea()->layerTreeCoordinatorProxy()->setContentsSize(contentsSize);
> 
> Isn't PageViewportController already setting the contentsSize?
> Per https://bugs.webkit.org/show_bug.cgi?id=99850#c7 the viewport client should not be calling this explicitly.

Yes, PageViewportController is setting its own the contentSize already but LayerTreeRenderer's contentsSize is never set.
In Qt port, set LayerTreeRenderer's contentsSize at PageViewportControllerClientQt::didChangeContentsSize.

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