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

Unified Diff: webkit/compositor_bindings/web_compositor_support_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: rebased 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_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index 4b726c2bc6e5d775ed2ee682c8059b74c3ee7e7a..05feaa85b830fab3657d803867a7316f69d4ecbc 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -42,6 +42,9 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebFloatAnimationCurve* createFloatAnimationCurve();
virtual WebKit::WebTransformAnimationCurve* createTransformAnimationCurve();
virtual WebKit::WebTransformOperations* createTransformOperations();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(WebCompositorSupportImpl);
};
} // namespace webkit
« no previous file with comments | « webkit/compositor_bindings/web_animation_unittest.cc ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698