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

Unified Diff: Source/modules/webgl/WebGLExtension.cpp

Issue 1281953003: Revert of [Oilpan] Migrate classes under module/webgl onto oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/modules/webgl/WebGLExtension.h ('k') | Source/modules/webgl/WebGLFenceSync.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLExtension.cpp
diff --git a/Source/modules/webgl/WebGLExtension.cpp b/Source/modules/webgl/WebGLExtension.cpp
index 186ab3896160ba654b86ebf90cf415e5a613dbee..0a3210c99af72398f51db2bbcd755d273ea1171a 100644
--- a/Source/modules/webgl/WebGLExtension.cpp
+++ b/Source/modules/webgl/WebGLExtension.cpp
@@ -38,6 +38,12 @@
{
}
+DEFINE_TRACE(WebGLExtensionScopedContext)
+{
+ visitor->trace(m_context);
+}
+
+
WebGLExtension::WebGLExtension(WebGLRenderingContextBase* context)
: m_context(context)
{
« no previous file with comments | « Source/modules/webgl/WebGLExtension.h ('k') | Source/modules/webgl/WebGLFenceSync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698