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

Unified Diff: Source/modules/webgl/WebGLTransformFeedback.h

Issue 1234883002: [Oilpan] Migrate classes under module/webgl onto oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/WebGLTexture.idl ('k') | Source/modules/webgl/WebGLTransformFeedback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLTransformFeedback.h
diff --git a/Source/modules/webgl/WebGLTransformFeedback.h b/Source/modules/webgl/WebGLTransformFeedback.h
index cc462cb809b930382b11a13b6737c5ee5a0cf991..da427c7ad43fcbda9693f2f86ed390d8c4eab845 100644
--- a/Source/modules/webgl/WebGLTransformFeedback.h
+++ b/Source/modules/webgl/WebGLTransformFeedback.h
@@ -17,7 +17,7 @@ class WebGLTransformFeedback : public WebGLSharedPlatform3DObject {
public:
~WebGLTransformFeedback() override;
- static PassRefPtrWillBeRawPtr<WebGLTransformFeedback> create(WebGL2RenderingContextBase*);
+ static WebGLTransformFeedback* create(WebGL2RenderingContextBase*);
GLenum getTarget() const { return m_target; }
void setTarget(GLenum);
« no previous file with comments | « Source/modules/webgl/WebGLTexture.idl ('k') | Source/modules/webgl/WebGLTransformFeedback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698