| Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
|
| index f3c4130a7154fe8e96587e11e32b3eb7abf46716..7f4827d051da66bb8b6a89fa34e45cba8de266ca 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
|
| @@ -31,7 +31,6 @@
|
| #include "core/html/canvas/CanvasContextCreationAttributes.h"
|
| #include "core/html/canvas/CanvasRenderingContext.h"
|
| #include "core/html/canvas/CanvasRenderingContextFactory.h"
|
| -#include "core/style/FilterOperations.h"
|
| #include "core/svg/SVGResourceClient.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/canvas2d/BaseRenderingContext2D.h"
|
| @@ -152,12 +151,7 @@
|
| String getIdFromControl(const Element*) override;
|
|
|
| // SVGResourceClient implementation
|
| - TreeScope* treeScope() override;
|
| - void resourceContentChanged() override;
|
| - void resourceElementChanged() override;
|
| -
|
| - void updateFilterReferences(const FilterOperations&);
|
| - void clearFilterReferences();
|
| + void filterNeedsInvalidation() override;
|
|
|
| // BaseRenderingContext2D implementation
|
| bool originClean() const final;
|
| @@ -253,7 +247,6 @@
|
| Timer<CanvasRenderingContext2D> m_dispatchContextRestoredEventTimer;
|
| Timer<CanvasRenderingContext2D> m_tryRestoreContextEventTimer;
|
|
|
| - FilterOperations m_filterOperations;
|
| HashMap<String, Font> m_fontsResolvedUsingCurrentStyle;
|
| bool m_pruneLocalFontCacheScheduled;
|
| ListHashSet<String> m_fontLRUList;
|
|
|