| Index: third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| index bc1139c1e23027497922aae1bd19948ff6d04559..a4b6cba19b5310e0db02e38b5b8410522c29fb79 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| @@ -48,7 +48,7 @@
|
| bool isValid() const override;
|
| const SkBitmap& deprecatedBitmapForOverwrite() override;
|
|
|
| - PassRefPtr<SkImage> newImageSnapshot(AccelerationHint) override;
|
| + PassRefPtr<SkImage> newImageSnapshot() override;
|
| private:
|
| RefPtr<SkSurface> m_surface;
|
| };
|
|
|