[Webkit-unassigned] [Bug 94828] New: [chromium] CCLayerTreeHost::finishCommitOnImplThread wrong setter order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 11:06:31 PDT 2012


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

           Summary: [chromium] CCLayerTreeHost::finishCommitOnImplThread
                    wrong setter order
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexst at chromium.org
                CC: enne at google.com


hostImpl->setViewportSize is using data set in hostImpl->setDeviceScaleFactor and hostImpl->setPageScaleFactorAndLimits but is called before those two functions.

Should be a one line change. Something else corrects for this behavior right now, but we shouldn't rely on it and fix this.

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