Index: third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp |
index 378ea999c02cd5c5552583a3f585fc8596d52c5f..c568d0603205202fc503893cc18dd929f80620de 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp |
@@ -49,7 +49,7 @@ public: |
return adoptRef(new TestImage(size, opaque)); |
} |
- bool currentFrameKnownToBeOpaque() override |
+ bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override |
{ |
return m_image->isOpaque(); |
} |