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

Unified Diff: webkit/renderer/compositor_bindings/web_compositor_support_impl.h

Issue 16968002: Move implementation of WebFilterOperations into cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/renderer/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
index 9d7f859e58488a62776e75bc4058e5d2914a4311..823e772192087e4398b763ac217f352b51e70eff 100644
--- a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/message_loop/message_loop_proxy.h"
#include "third_party/WebKit/public/platform/WebCompositorSupport.h"
+#include "third_party/WebKit/public/platform/WebFilterOperations.h"
#include "third_party/WebKit/public/platform/WebLayer.h"
#include "third_party/WebKit/public/platform/WebTransformOperations.h"
@@ -43,6 +44,9 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebFloatAnimationCurve* createFloatAnimationCurve();
virtual WebKit::WebTransformAnimationCurve* createTransformAnimationCurve();
virtual WebKit::WebTransformOperations* createTransformOperations();
+#if WEB_FILTER_OPERATIONS_IS_VIRTUAL
+ virtual WebKit::WebFilterOperations* createFilterOperations();
+#endif
private:
DISALLOW_COPY_AND_ASSIGN(WebCompositorSupportImpl);

Powered by Google App Engine
This is Rietveld 408576698