Chromium Code Reviews| 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 |