| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 315aebe2986aed5ffb94ea6f770e6b60ae623c77..a22003a7ea9b6203500ec936a823f5885e559e37 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -119,7 +119,7 @@ public:
|
| // ImageBitmap-specific interface
|
| virtual bool paint(GraphicsContext&, const IntRect&) { return false; }
|
|
|
| - bool wouldTaintOrigin(CanvasImageSource*);
|
| + bool wouldTaintOrigin(CanvasImageSource*, SecurityOrigin* = nullptr);
|
| void didMoveToNewDocument(Document*);
|
|
|
| // OffscreenCanvas-specific methods
|
|
|