RESOLVED FIXED99117
Move TransformState code into its own member function, and remove a test that was prematurely added
https://bugs.webkit.org/show_bug.cgi?id=99117
Summary Move TransformState code into its own member function, and remove a test that...
Simon Fraser (smfr)
Reported 2012-10-11 16:44:21 PDT
Move TransformState code into its own member function, and remove a test that was prematurely added
Attachments
Patch (7.17 KB, patch)
2012-10-11 16:45 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2012-10-11 16:45:45 PDT
Tim Horton
Comment 2 2012-10-11 16:49:30 PDT
Comment on attachment 168315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=168315&action=review > Source/WebCore/ChangeLog:8 > + The code that manipulates the TransormState and computes the visible rect is going to get typo Transform > Source/WebCore/ChangeLog:11 > + Remove a test that wasn't supposed to be added yet. Unclear why these are in the same patch. (what would happen if someone wanted to roll out the TransformState change?) > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:950 > + // Save the state before sending down to kids and restore it after Punctuation.
Simon Fraser (smfr)
Comment 3 2012-10-12 18:18:06 PDT
Note You need to log in before you can comment on or make changes to this bug.