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

Unified Diff: sky/engine/core/html/canvas/WebGLContextObject.cpp

Issue 709203002: Remove more oilpan. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/core/html/canvas/WebGLContextObject.h ('k') | sky/engine/core/html/canvas/WebGLExtension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/WebGLContextObject.cpp
diff --git a/sky/engine/core/html/canvas/WebGLContextObject.cpp b/sky/engine/core/html/canvas/WebGLContextObject.cpp
index b8316704b9f77ce20f5d270efdf3e888d63d7b80..22b2d0f69126c7fd42896d50ec5dcc63feb845bf 100644
--- a/sky/engine/core/html/canvas/WebGLContextObject.cpp
+++ b/sky/engine/core/html/canvas/WebGLContextObject.cpp
@@ -71,10 +71,4 @@ blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() cons
#endif
}
-void WebGLContextObject::trace(Visitor* visitor)
-{
- visitor->trace(m_context);
- WebGLObject::trace(visitor);
-}
-
}
« no previous file with comments | « sky/engine/core/html/canvas/WebGLContextObject.h ('k') | sky/engine/core/html/canvas/WebGLExtension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698