Bug 69217

Summary: [chromium] Regression: Composited layers always draw with an identity transform
Product: WebKit Reporter: Vangelis Kokkevis <vangelis>
Component: WebCore Misc.Assignee: Vangelis Kokkevis <vangelis>
Status: RESOLVED FIXED    
Severity: Normal CC: enne, jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.