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

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

Issue 1914233006: Implement offscreenCanvas.getContext('webgl') on a worker thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address kbr@'s comment Created 4 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: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
index 137a811f375102bc40f2bb0ebe6191604e65ec0e..16014a4682328cd4fc9745c62a533a95e7e1b1e0 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
@@ -28,5 +28,6 @@
[
DoNotCheckConstants,
SetWrapperReferenceFrom=canvas,
+ Exposed(Worker ExperimentalCanvasFeatures, Window StableBlinkFeatures),
] interface WebGLRenderingContext { };
WebGLRenderingContext implements WebGLRenderingContextBase;

Powered by Google App Engine
This is Rietveld 408576698