Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(950)

Unified Diff: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl

Issue 2459233002: Consolidate implementation of ImageBitmapRenderingContext (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl
diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl
index 11da4b762b5ed901a143b16294bf0ea362d4d5d7..dfe6f2ad8e18c4c0c37827cf61b8a6160bb6e3d8 100644
--- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl
+++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl
@@ -11,5 +11,5 @@
// back-reference to the canvas
readonly attribute HTMLCanvasElement canvas;
- void transferFromImageBitmap(ImageBitmap? bitmap);
+ [RaisesException] void transferFromImageBitmap(ImageBitmap? bitmap);
};

Powered by Google App Engine
This is Rietveld 408576698