| Index: third_party/WebKit/Source/platform/DragImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/DragImageTest.cpp b/third_party/WebKit/Source/platform/DragImageTest.cpp
|
| index 8b8aeb1deadccaf43738f76d10bec30cdfd7a77f..6833fa2fd16bd44536ee9fa30b014d7794b024a5 100644
|
| --- a/third_party/WebKit/Source/platform/DragImageTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/DragImageTest.cpp
|
| @@ -73,7 +73,7 @@ public:
|
| return m_image;
|
| }
|
|
|
| - bool currentFrameKnownToBeOpaque() override
|
| + bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override
|
| {
|
| return false;
|
| }
|
|
|