| Index: third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.h b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| index a530097e44b07c6caedeac5274efcd90fc794afa..ebd0bf1692342a9a002558258f587449f4618caf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -77,7 +77,7 @@ public:
|
| ImageAnimationPolicy animationPolicy() override { return m_animationPolicy; }
|
| void advanceTime(double deltaTimeInSeconds) override;
|
|
|
| - PassRefPtr<SkImage> imageForCurrentFrame() override;
|
| + PassRefPtr<SkImage> imageForCurrentFrame(WebGraphicsContext3DProvider* = nullptr) override;
|
| PassRefPtr<Image> imageForDefaultFrame() override;
|
|
|
| bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override;
|
|
|