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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/custom/custom.gypi

Issue 2273683003: Use visitDOMWrapper to preserve WebGL JS object wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style Created 4 years, 3 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/bindings/modules/v8/custom/custom.gypi
diff --git a/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gypi b/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gypi
index 28c905a526470b00067fb12a90010e1b67c8e4b3..02e1f27e99ae8179c54935c563b0e89ed329c5f8 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gypi
+++ b/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gypi
@@ -11,6 +11,8 @@
'V8ExtendableMessageEventCustom.cpp',
'V8IDBObserverCustom.cpp',
'V8ServiceWorkerMessageEventCustom.cpp',
+ 'V8WebGLRenderingContextCustom.cpp',
+ 'V8WebGL2RenderingContextCustom.cpp',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698