[Webkit-unassigned] [Bug 77557] New: [chromium] GraphicsLayerChromium does not respect initial page scale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 09:07:39 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77557

           Summary: [chromium] GraphicsLayerChromium does not respect
                    initial page scale
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyostil at google.com


The contents scale factor of GraphicsLayerChromium is set according to the device and page scale in deviceOrPageScaleFactorChanged(). The problem is that if the page scale factor never changes, the contents scale never gets set to the page scale factor that was in effect at the time of the layer's creation. If the page scale scale was != 1, this leads to incorrect contentBounds() on the associated LayerChromium.

-- 
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