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

Unified Diff: Source/core/html/canvas/WebGL2RenderingContext.h

Issue 913603003: Make WebGL2 objects Oilpan compatible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/core/html/canvas/WebGL2RenderingContext.h
diff --git a/Source/core/html/canvas/WebGL2RenderingContext.h b/Source/core/html/canvas/WebGL2RenderingContext.h
index 5542eb1306a4057355ef63d8f0d9694fa80d3711..28a89b74577d786d1d50a236830921990d9fcc05 100644
--- a/Source/core/html/canvas/WebGL2RenderingContext.h
+++ b/Source/core/html/canvas/WebGL2RenderingContext.h
@@ -24,8 +24,8 @@ public:
protected:
WebGL2RenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D>, const WebGLContextAttributes& requestedAttributes);
- RefPtr<WebGLDebugRendererInfo> m_webglDebugRendererInfo;
- RefPtr<WebGLDebugShaders> m_webglDebugShaders;
+ RefPtrWillBeMember<WebGLDebugRendererInfo> m_webglDebugRendererInfo;
+ RefPtrWillBeMember<WebGLDebugShaders> m_webglDebugShaders;
};
DEFINE_TYPE_CASTS(WebGL2RenderingContext, CanvasRenderingContext, context,
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGL2RenderingContextBase.h » ('j') | Source/core/html/canvas/WebGLQuery.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698