| 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 61772a4cfbf7de3344b876ba7f44a1d812e2a051..71aba7f19ff322fb2aca2d6352f73933316b6a1a 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| @@ -40,6 +40,7 @@ public:
|
| static ImageBitmap* create(ImageBitmap*, const IntRect&, const ImageBitmapOptions& = ImageBitmapOptions());
|
| static ImageBitmap* create(PassRefPtr<StaticBitmapImage>);
|
| static ImageBitmap* create(PassRefPtr<StaticBitmapImage>, const IntRect&, const ImageBitmapOptions& = ImageBitmapOptions());
|
| + static ImageBitmap* create(WebExternalTextureMailbox&);
|
| static PassRefPtr<SkImage> getSkImageFromDecoder(PassOwnPtr<ImageDecoder>);
|
|
|
| // Type and helper function required by CallbackPromiseAdapter:
|
| @@ -81,6 +82,7 @@ private:
|
| ImageBitmap(ImageBitmap*, const IntRect&, const ImageBitmapOptions&);
|
| ImageBitmap(PassRefPtr<StaticBitmapImage>);
|
| ImageBitmap(PassRefPtr<StaticBitmapImage>, const IntRect&, const ImageBitmapOptions&);
|
| + ImageBitmap(WebExternalTextureMailbox&);
|
|
|
| void parseOptions(const ImageBitmapOptions&, bool&, bool&);
|
|
|
|
|