Bug 89676

Summary: [chromium] Overlays when using the web inspector are blurry with device scale factor > 1
Product: WebKit Reporter: vollick
Component: WebKit Misc.Assignee: vollick
Status: RESOLVED FIXED    
Severity: Normal CC: cc-bugs, enne, jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89702    
Attachments:
Description Flags
Patch
none
Patch none

vollick
Reported 2012-06-21 10:20:55 PDT
The problem is that the page overlay never tells its layer that device or page scale has changed, so the layer gets the wrong contents scale (it's always 1).
Attachments
Patch (1.39 KB, patch)
2012-06-21 10:23 PDT, vollick
no flags
Patch (3.84 KB, patch)
2012-06-21 11:00 PDT, vollick
no flags
vollick
Comment 1 2012-06-21 10:23:41 PDT
vollick
Comment 2 2012-06-21 11:00:14 PDT
Created attachment 148839 [details] Patch Better approach, whenever we construct a graphics layer chromium, initialize the scale factors.
WebKit Review Bot
Comment 3 2012-06-21 15:02:46 PDT
Comment on attachment 148839 [details] Patch Clearing flags on attachment: 148839 Committed r120966: <http://trac.webkit.org/changeset/120966>
WebKit Review Bot
Comment 4 2012-06-21 15:02:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.