RESOLVED FIXED 103097
Coordinated Graphics: Match the behavior of selfOrAncestorHaveNonAffineTransforms() to its name.
https://bugs.webkit.org/show_bug.cgi?id=103097
Summary Coordinated Graphics: Match the behavior of selfOrAncestorHaveNonAffineTransf...
Dongseong Hwang
Reported 2012-11-22 16:55:21 PST
CoordinatedGraphicsLayer::selfOrAncestorHaveNonAffineTransforms() does not check its ancestor. This patch makes this method check its ancestor to match the name of this method.
Attachments
Patch (2.01 KB, patch)
2012-11-22 16:57 PST, Dongseong Hwang
no flags
Dongseong Hwang
Comment 1 2012-11-22 16:57:07 PST
Dongseong Hwang
Comment 2 2012-11-22 16:58:14 PST
effectiveContentsScale() only uses selfOrAncestorHaveNonAffineTransforms() and I think checking parents makes sense. float CoordinatedGraphicsLayer::effectiveContentsScale() { return selfOrAncestorHaveNonAffineTransforms() ? 1 : m_contentsScale; }
WebKit Review Bot
Comment 3 2012-11-23 09:10:46 PST
Comment on attachment 175718 [details] Patch Clearing flags on attachment: 175718 Committed r135624: <http://trac.webkit.org/changeset/135624>
WebKit Review Bot
Comment 4 2012-11-23 09:10:49 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.