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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl

Issue 2531853003: Expose WebGL2RenderingContext in worker (Closed)
Patch Set: change global interface layout tests result 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/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('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/webgl/WebGL2RenderingContext.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
index c1a0ddfa21c6f93c9cc9a49f9a78823c6a354919..58450c52227761c1d5bcded469d13dfd4e0b1c42 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
@@ -7,6 +7,7 @@
[
DoNotCheckConstants,
SetWrapperReferenceFrom=canvas,
+ Exposed(Worker ExperimentalCanvasFeatures, Window StableBlinkFeatures),
Custom=VisitDOMWrapper,
] interface WebGL2RenderingContext { };
WebGL2RenderingContext implements WebGLRenderingContextBase;
« no previous file with comments | « third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698