| Index: third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| index 54ea1b1511d923fe21ac59b587162bbf15019b9c..b2c6f5ba5dd67b5ae78ade4530cbd201b1cb8eb2 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| @@ -151,7 +151,7 @@ class CORE_EXPORT ImageBitmap final
|
| ImageBitmap(ImageData*, Optional<IntRect>, const ImageBitmapOptions&);
|
| ImageBitmap(ImageBitmap*, Optional<IntRect>, const ImageBitmapOptions&);
|
| ImageBitmap(PassRefPtr<StaticBitmapImage>);
|
| - ImageBitmap(PassRefPtr<StaticBitmapImage>,
|
| + ImageBitmap(RefPtr<StaticBitmapImage>,
|
| Optional<IntRect>,
|
| const ImageBitmapOptions&);
|
| ImageBitmap(const void* pixel_data,
|
|
|