Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: webkit/compositor_bindings/web_transform_operations_impl.h

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698