| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index a4a0f64220f6404787d50363b127b035c69274b8..f8da9dd75d58aa5bc44cf9aae6c891454539e757 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -161,6 +161,7 @@ public:
|
| bool isDirty() override { return !m_dirtyRect.isEmpty(); }
|
| void didFinalizeFrame() override;
|
| void restoreCanvasMatrixClipStack(SkCanvas*) const override;
|
| + bool hasSingleSecurityOrigin() override;
|
|
|
| void doDeferredPaintInvalidation();
|
|
|
|
|