Bug 66466

Summary: WebKit2 requires every port-specific view to keep track of the current device scale factor
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit Misc.Assignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, sam, sullivan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66412    
Attachments:
Description Flags
Patch andersca: review+

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>