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

Unified Diff: Source/modules/imagebitmap/WindowImageBitmapFactories.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/modules/imagebitmap/WindowImageBitmapFactories.idl
diff --git a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
index ced1ff8e6a7f83289960dfc01570c3ba96ba3d2b..419649fd0e22b6fd7986b2310ba52d5ff220b2ff 100644
--- a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
+++ b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
@@ -30,7 +30,7 @@
[
ImplementedAs=ImageBitmapFactories,
- RuntimeEnabled=ExperimentalCanvasFeatures
+ RuntimeEnabled=ExperimentalCanvasFeatures,
] partial interface Window {
[RaisesException] Promise createImageBitmap(HTMLImageElement image);
[RaisesException] Promise createImageBitmap(HTMLImageElement image, long sx, long sy, long sw, long sh);
« no previous file with comments | « Source/modules/geolocation/NavigatorGeolocation.idl ('k') | Source/modules/indexeddb/WindowIndexedDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698