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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1914233006: Implement offscreenCanvas.getContext('webgl') on a worker thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make expose to worker experimental 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 7eedd55a436f45ac5a8e9ffe6b3107a6a0c87b41..c44f2fa429939abe105ec8a88ba62170bebfc9ae 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1813,6 +1813,7 @@
'webgl/WebGLContextGroup.h',
'webgl/WebGLContextObject.cpp',
'webgl/WebGLContextObject.h',
+ 'webgl/WebGLContextProviderCreationInfo.h',
'webgl/WebGLDebugRendererInfo.cpp',
'webgl/WebGLDebugRendererInfo.h',
'webgl/WebGLDebugShaders.cpp',

Powered by Google App Engine
This is Rietveld 408576698