| Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| index fc35e5390da07690dfada324fd7a3ee3a14cc89f..8d96ee0acf58793658fa9883f97cadb0d6b176c7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| @@ -47,6 +47,11 @@ public:
|
| ++m_frameCount;
|
| }
|
|
|
| + bool hasSingleSecurityOrigin()
|
| + {
|
| + return true;
|
| + }
|
| +
|
| // TaskObserver implementation
|
| void willProcessTask() override { ASSERT_NOT_REACHED(); }
|
| void didProcessTask() override
|
|
|