[webkit-reviews] review granted: [Bug 64542] Move TransformState to platform/graphics and give it the option to transform just a FloatQuad : [Attachment 101039] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 14:48:36 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Chris Marrin
<cmarrin at apple.com>'s request for review:
Bug 64542: Move TransformState to platform/graphics and give it the option to
transform just a FloatQuad
https://bugs.webkit.org/show_bug.cgi?id=64542

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=101039&action=review


> Source/WebCore/platform/graphics/transforms/TransformState.cpp:2
> + * Copyright (C) 2009 Apple Inc.  All rights reserved.

+2011

> Source/WebCore/platform/graphics/transforms/TransformState.h:2
> + * Copyright (C) 2009 Apple Inc.  All rights reserved.

+2011

> Source/WebCore/platform/graphics/transforms/TransformState.h:34
> +#include <wtf/PassRefPtr.h>

Remove.

> Source/WebCore/platform/graphics/transforms/TransformState.h:36
> +#include <wtf/RefCounted.h>

Remove.

> Source/WebCore/platform/graphics/transforms/TransformState.h:103
> +    bool m_mapPoint, m_mapQuad;

Separate lines please.


More information about the webkit-reviews mailing list