Bug 75585 - [chromium] Remove chromium compositor support for unused zoomAnimatorTransform
Summary: [chromium] Remove chromium compositor support for unused zoomAnimatorTransform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 15:32 PST by James Robinson
Modified: 2012-01-04 17:19 PST (History)
9 users (show)

See Also:


Attachments
Patch (13.23 KB, patch)
2012-01-04 15:33 PST, James Robinson
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-01-04 15:32:38 PST
[chromium] Remove chromium compositor support for unused zoomAnimatorTransform
Comment 1 James Robinson 2012-01-04 15:33:50 PST
Created attachment 121175 [details]
Patch
Comment 2 James Robinson 2012-01-04 15:35:00 PST
Just killing dead code, pretty straightforward. This only touches chromium-specific code. There's a bit of cross-platform code for zoomAnimatorTransform spread about the tree, I'll remove that in a separate patch after verifying that no other platforms are using it.
Comment 3 Alexandre Elias 2012-01-04 15:39:03 PST
LGTM, thanks.
Comment 4 Adrienne Walker 2012-01-04 15:41:30 PST
Nice.  :)
Comment 5 Kenneth Russell 2012-01-04 16:20:32 PST
Comment on attachment 121175 [details]
Patch

rs=me
Comment 6 James Robinson 2012-01-04 17:19:33 PST
Committed r104106: <http://trac.webkit.org/changeset/104106>