[Webkit-unassigned] [Bug 126355] [EFL] The changed scale of page should be applied to WebProcess directly when page is scaled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 4 22:44:15 PST 2014


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





--- Comment #8 from hunseopJeong <hs85.jeong at samsung.com>  2014-03-04 22:41:16 PST ---
When changed the scale of page, didn't apply the scale (In reply to comment #6)
> (From update of attachment 220805 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=220805&action=review
> > Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.cpp:324
> > +    m_webPageProxy->scalePage(m_pageScaleFactor, roundedIntPoint(m_contentsPosition));
> Why do you call scalePage() in applyPositionAfterRenderingContents() instead of applyScaleAfterRenderingContents() ?

You are right, it was my fault.
I will move the scalePage() to applyScaleAfterRenderingContents().

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