| 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 0b6b6f7a884854c38aaa606881e21bb5dd392f54..d8a1f1f586996bd119dfe164d066d4f63d1f5952 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -208,7 +208,7 @@ class CORE_EXPORT CanvasRenderingContext
|
| OffscreenCanvas* offscreenCanvas() const { return offscreen_canvas_; }
|
| virtual ImageBitmap* TransferToImageBitmap(ScriptState*) { return nullptr; }
|
|
|
| - bool WouldTaintOrigin(CanvasImageSource*, SecurityOrigin* = nullptr);
|
| + bool WouldTaintOrigin(CanvasImageSource*, SecurityOrigin*);
|
| void DidMoveToNewDocument(Document*);
|
|
|
| void DetachCanvas() { canvas_ = nullptr; }
|
|
|