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

Unified Diff: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl

Issue 2570613002: Add OffscreenCanvas to ImageBitmapSource union typedef (Closed)
Patch Set: build fix Created 4 years 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/core/imagebitmap/ImageBitmapFactories.idl
diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
index fd5341cfd763568b02ab1f3473aebbc8593b9a38..13ace66a4b649cb54e21e76ecef44b436ed94bed 100644
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
@@ -35,7 +35,8 @@ typedef (HTMLImageElement or
HTMLCanvasElement or
Blob or
ImageData or
- ImageBitmap) ImageBitmapSource;
+ ImageBitmap or
+ OffscreenCanvas) ImageBitmapSource;
[
LegacyTreatAsPartialInterface,

Powered by Google App Engine
This is Rietveld 408576698