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

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

Issue 2464093002: Revert of Consolidate implementation of ImageBitmapRenderingContext (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dfe6f2ad8e18c4c0c37827cf61b8a6160bb6e3d8..11da4b762b5ed901a143b16294bf0ea362d4d5d7 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;
- [RaisesException] void transferFromImageBitmap(ImageBitmap? bitmap);
+ void transferFromImageBitmap(ImageBitmap? bitmap);
};
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698