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

Unified Diff: public/platform/WebFilterOperations.h

Issue 1214673005: Check for empty WebFilterOperations in FilterPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: public/platform/WebFilterOperations.h
diff --git a/public/platform/WebFilterOperations.h b/public/platform/WebFilterOperations.h
index 8fc038dd6217b929c3890c3e1a03b51f8e2ab2e6..fbe124d4427035298296da4c30bdae8733552cb9 100644
--- a/public/platform/WebFilterOperations.h
+++ b/public/platform/WebFilterOperations.h
@@ -56,6 +56,7 @@ public:
virtual void appendReferenceFilter(SkImageFilter*) = 0;
virtual void clear() = 0;
+ virtual size_t size() const = 0;
Stephen White 2015/06/26 17:57:38 uNit: two spaces before =
ajuma 2015/06/26 19:09:26 Done.
};
} // namespace blink
« LayoutTests/css3/filters/filter-effect-removed.html ('K') | « Source/core/paint/FilterPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698