RESOLVED FIXED 89676
[chromium] Overlays when using the web inspector are blurry with device scale factor > 1
https://bugs.webkit.org/show_bug.cgi?id=89676
Summary [chromium] Overlays when using the web inspector are blurry with device scale...
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.