[webkit-reviews] review granted: [Bug 114874] Refactor transform code in StyleResolver : [Attachment 198853] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 19 08:19:02 PDT 2013


Andreas Kling <akling at apple.com> has granted Dirk Schulze <krit at webkit.org>'s
request for review:
Bug 114874: Refactor transform code in StyleResolver
https://bugs.webkit.org/show_bug.cgi?id=114874

Attachment 198853: Patch
https://bugs.webkit.org/attachment.cgi?id=198853&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=198853&action=review


r=me

> Source/WebCore/css/TransformFunctions.h:41
> +bool transformsForValue(const RenderStyle*, const RenderStyle* rootStyle,
CSSValue*, TransformOperations&);

Can we make the CSSValue* argument const here?


More information about the webkit-reviews mailing list