| Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| index 1118f802cc83df7786cbee2f1c7208235173a6ca..fbb135681040d832978565370e980c3156f2cf54 100644
|
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| @@ -29,7 +29,7 @@ public:
|
| };
|
|
|
| // Script API
|
| - void transferImageBitmap(ImageBitmap*);
|
| + void transferFromImageBitmap(ImageBitmap*);
|
|
|
| // CanvasRenderingContext implementation
|
| ContextType getContextType() const override { return CanvasRenderingContext::ContextImageBitmap; }
|
|
|