| Index: webkit/compositor_bindings/web_transform_operations_impl.h
|
| diff --git a/webkit/compositor_bindings/web_transform_operations_impl.h b/webkit/compositor_bindings/web_transform_operations_impl.h
|
| index f40baee6afa8404ea78900cc6e6e0686f5ef576e..4160f19a451bc04a904fce22f70ba53e69f07c48 100644
|
| --- a/webkit/compositor_bindings/web_transform_operations_impl.h
|
| +++ b/webkit/compositor_bindings/web_transform_operations_impl.h
|
| @@ -31,9 +31,9 @@ class WebTransformOperationsImpl : public WebKit::WebTransformOperations {
|
| virtual bool isIdentity() const;
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(WebTransformOperationsImpl);
|
| -
|
| cc::TransformOperations transform_operations_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(WebTransformOperationsImpl);
|
| };
|
|
|
| } // namespace webkit
|
|
|