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

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: isEmpty instead of size 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
« no previous file with comments | « Source/core/paint/FilterPainter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFilterOperations.h
diff --git a/public/platform/WebFilterOperations.h b/public/platform/WebFilterOperations.h
index 8fc038dd6217b929c3890c3e1a03b51f8e2ab2e6..4cb2e525e11eca452389263544fb7e2e5545ef82 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 bool isEmpty() const = 0;
};
} // namespace blink
« no previous file with comments | « Source/core/paint/FilterPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698