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

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

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/Path2D.h ('k') | sky/engine/core/html/canvas/WebGLContextObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/WebGLContextObject.h
diff --git a/sky/engine/core/html/canvas/WebGLContextObject.h b/sky/engine/core/html/canvas/WebGLContextObject.h
index 48ebc553a3dce849ba07e53aef476f43cea167a3..0dfde2f8d310dca3e728dacd0e933ef58df4cb95 100644
--- a/sky/engine/core/html/canvas/WebGLContextObject.h
+++ b/sky/engine/core/html/canvas/WebGLContextObject.h
@@ -52,8 +52,6 @@ public:
void detachContext();
- virtual void trace(Visitor*) override;
-
protected:
explicit WebGLContextObject(WebGLRenderingContextBase*);
@@ -65,7 +63,7 @@ protected:
virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const override final;
private:
- RawPtr<WebGLRenderingContextBase> m_context;
+ WebGLRenderingContextBase* m_context;
#if ENABLE(OILPAN)
RefPtr<WebGLSharedWebGraphicsContext3D> m_sharedWebGraphicsContext3D;
#endif
« no previous file with comments | « sky/engine/core/html/canvas/Path2D.h ('k') | sky/engine/core/html/canvas/WebGLContextObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698