Index: third_party/WebKit/Source/platform/graphics/GeneratedImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h |
index dc9389a2423e87937df22eda6b559d48691c0df2..1f6a209507ad17aebfc6205e09422c0fa2f099bb 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h |
@@ -55,7 +55,7 @@ protected: |
const FloatRect&, const IntSize& repeatSpacing) final; |
// FIXME: Implement this to be less conservative. |
- bool currentFrameKnownToBeOpaque() override { return false; } |
+ bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override { return false; } |
GeneratedImage(const IntSize& size) : m_size(size) { } |