[Webkit-unassigned] [Bug 87788] New: [chromium] Migrate to WebTransformationMatrix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 15:38:51 PDT 2012


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

           Summary: [chromium] Migrate to WebTransformationMatrix
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shawnsingh at chromium.org
                CC: jamesr at chromium.org, vollick at chromium.org
        Depends on: 87315,87510


This patch will substitute all instances of WebCore::TransformationMatrix with WebKit::WebTransformationMatrix in the chromium compositor.  The change should be completely transparent and incur minimal overhead (specifically, all functions incur one additional trivial wrapper function call on the stack), which will be OK for production, but will that overhead will probably be temporary anyway.

This migration is covered by unit tests and layout tests, and should have no change in behavior.

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