[Webkit-unassigned] [Bug 126243] New: [WK2][CoordinatedGraphics] Removing duplicate scale information from WebVIew.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 26 02:10:21 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126243
Summary: [WK2][CoordinatedGraphics] Removing duplicate scale
information from WebVIew.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: thiago.lacerda at openbossa.org
The scale factor of the WebView must reflect the same information present in WebPageProxy.
Previously, in WebView.cpp, there was a m_contentScaleFactor member, which adds information duplication and needs to be synchronizing with pageScaleFactor in WebPageProxy.
We can avoid this by just making WebView access and set WebPageProxy's pageScaleFactor directly.
--
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