Chromium Code Reviews| Index: third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h |
| diff --git a/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h b/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h |
| index 8021b8e451105ce4a2f001395aba51fccca22f2b..b73dd43a30f75bb1a5e4b68c49b104250628a1ed 100644 |
| --- a/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h |
| +++ b/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h |
| @@ -18,6 +18,7 @@ namespace blink { |
| class CanvasImageSource; |
| class Color; |
| +class FilterOperations; |
| class Image; |
| class ImageBuffer; |
| class Path2D; |
| @@ -155,6 +156,8 @@ public: |
| virtual bool isContextLost() const = 0; |
| + virtual void updateFilterReferences(const FilterOperations& filters) { } |
|
Stephen White
2016/03/08 22:46:32
Could these filter-related changes be made in anot
|
| + |
| DECLARE_VIRTUAL_TRACE(); |
| protected: |