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

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

Issue 270573005: Move modules-dependent IDL statements out of core by supporting 'implements' in RHS interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/ImageBitmapFactories.idl
diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl
index 83a4e681554d880f9eea69296c5f6041beff2a79..3fdea03672e6703a0ffdbcad1408c208cbe6bdbb 100644
--- a/Source/modules/imagebitmap/ImageBitmapFactories.idl
+++ b/Source/modules/imagebitmap/ImageBitmapFactories.idl
@@ -55,3 +55,7 @@ typedef (// HTMLImageElement or
[RaisesException] Promise createImageBitmap(ImageBitmap bitmap);
[RaisesException] Promise createImageBitmap(ImageBitmap bitmap, long sx, long sy, long sw, long sh);
};
+
+Window implements ImageBitmapFactories;
Inactive 2014/05/07 20:08:07 We might want to move *all* the 'implements' state
c.shu 2014/05/07 20:14:29 We may have to support both as there could be case
Inactive 2014/05/07 20:21:10 Right, I looked out of curiosity and we have at le
+WorkerGlobalScope implements ImageBitmapFactories;
+
« Source/bindings/scripts/utilities.py ('K') | « Source/core/workers/WorkerGlobalScope.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698