Bug 66466 - WebKit2 requires every port-specific view to keep track of the current device scale factor
Summary: WebKit2 requires every port-specific view to keep track of the current device...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks: 66412
  Show dependency treegraph
 
Reported: 2011-08-18 07:14 PDT by Adam Roben (:aroben)
Modified: 2011-08-18 09:44 PDT (History)
4 users (show)

See Also:


Attachments
Patch (12.58 KB, patch)
2011-08-18 07:16 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-08-18 07:14:53 PDT
WebKit2 requires every port-specific view to keep track of the current device scale factor
Comment 1 Adam Roben (:aroben) 2011-08-18 07:15:48 PDT
If a port fails to keep track of the current device scale factor, we could end up sending redundant UpdateBackingStoreState messages to the web process when the scale factor has not in fact changed.
Comment 2 Adam Roben (:aroben) 2011-08-18 07:16:35 PDT
Created attachment 104337 [details]
Patch
Comment 3 Adam Roben (:aroben) 2011-08-18 09:44:26 PDT
Committed r93314: <http://trac.webkit.org/changeset/93314>