Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
index 0150c0e5fd384309cad136cd9d825e72dc426a0c..bb9f3c011fee4d78a5b89754a194f2a9230cb575 100644 |
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
@@ -17,7 +17,7 @@ public: |
static PassRefPtr<StaticBitmapImage> create(PassRefPtr<SkImage>); |
virtual void destroyDecodedData(bool destroyAll) { } |
- virtual bool currentFrameKnownToBeOpaque(); |
+ virtual bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata); |
virtual IntSize size() const; |
void draw(SkCanvas*, const SkPaint&, const FloatRect& dstRect, const FloatRect& srcRect, RespectImageOrientationEnum, ImageClampingMode) override; |