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

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

Issue 21154002: Add support for converting cc::FilterOperations into an SkImageFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 3 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_filter_operations_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_filter_operations_impl.h b/webkit/renderer/compositor_bindings/web_filter_operations_impl.h
index 35a64795e591f2b59379211119bd89ee2faa4f4d..1a14f99c88cd50591032188eba044bfeb203e47c 100644
--- a/webkit/renderer/compositor_bindings/web_filter_operations_impl.h
+++ b/webkit/renderer/compositor_bindings/web_filter_operations_impl.h
@@ -34,6 +34,7 @@ class WebFilterOperationsImpl : public WebKit::WebFilterOperations {
virtual void appendColorMatrixFilter(SkScalar matrix[20]);
virtual void appendZoomFilter(float amount, int inset);
virtual void appendSaturatingBrightnessFilter(float amount);
+ virtual void appendReferenceFilter(SkImageFilter* image_filter);
virtual void clear();
« no previous file with comments | « content/common/cc_messages_unittest.cc ('k') | webkit/renderer/compositor_bindings/web_filter_operations_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698