Index: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h |
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h |
index 307618d55b7b211c36125431818bf895419c144a..297c2ca64519255505bb83448bdacb3bec570562 100644 |
--- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h |
+++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h |
@@ -32,7 +32,7 @@ public: |
// is always clean, and unable to taint it. |
bool originClean() const final { return true; } |
void setOriginTainted() final { } |
- bool wouldTaintOrigin(CanvasImageSource*, ScriptState*) final { return false; } |
+ bool wouldTaintOrigin(CanvasImageSource*, ExecutionContext*) final { return false; } |
int width() const final; |
int height() const final; |