Bug 69217 - [chromium] Regression: Composited layers always draw with an identity transform
Summary: [chromium] Regression: Composited layers always draw with an identity transform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vangelis Kokkevis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 15:44 PDT by Vangelis Kokkevis
Modified: 2011-10-01 19:21 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.21 KB, patch)
2011-10-01 17:18 PDT, Vangelis Kokkevis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vangelis Kokkevis 2011-10-01 15:44:35 PDT
A regression caused by:
http://trac.webkit.org/changeset/96454

TiledLayerChromium no longer updates the value of m_tiledTransform on the CCTiledLayerImpl.  Computation of the tiledTransform was moved to the Impl but is not actually getting used at draw time.
Comment 1 James Robinson 2011-10-01 17:02:03 PDT
d'oh, my bad for flipping bits too early. Can you revert?
Comment 2 Vangelis Kokkevis 2011-10-01 17:18:55 PDT
Created attachment 109411 [details]
Patch
Comment 3 WebKit Review Bot 2011-10-01 19:20:56 PDT
Comment on attachment 109411 [details]
Patch

Clearing flags on attachment: 109411

Committed r96467: <http://trac.webkit.org/changeset/96467>
Comment 4 WebKit Review Bot 2011-10-01 19:21:01 PDT
All reviewed patches have been landed.  Closing bug.