| Index: third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h b/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
|
| index 18f73c49134ceffe2fd848d04d8ddb8025e4beaf..122f6236aa597f20cac7d8825f8569bc60db3137 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
|
| @@ -44,6 +44,7 @@ public:
|
| virtual bool isDirty() = 0;
|
| virtual void didFinalizeFrame() = 0;
|
| virtual void restoreCanvasMatrixClipStack(SkCanvas*) const = 0;
|
| + virtual bool hasSingleSecurityOrigin() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|