[Webkit-unassigned] [Bug 107802] New: [WK2] Rename from deviceScaleFactorDidChange() to deviceOrPageScaleFactorChanged() in LayerTreeHost.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 01:29:06 PST 2013


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

           Summary: [WK2] Rename from deviceScaleFactorDidChange() to
                    deviceOrPageScaleFactorChanged() in LayerTreeHost.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


Currently, LayerTreeHostMac and LayerTreeHostGtk override
LayerTreeHost::deviceScaleFactorDidChange(), but two implementations just call
GraphicsLayer::deviceOrPageScaleFactorChanged(). It means we must call
LayerTreeHost::deviceScaleFactorDidChange() when a page scale factor as well as a
device scale factor are changed.

So this patch makes scalePage() and setDeviceScaleFactor() in WebPage call
LayerTreeHost::deviceScaleFactorDidChange(), and renames from
deviceScaleFactorDidChange() to deviceOrPageScaleFactorChanged().

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