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

Unified Diff: Source/modules/webgl/WebGLVertexArrayObjectOES.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
Index: Source/modules/webgl/WebGLVertexArrayObjectOES.h
diff --git a/Source/modules/webgl/WebGLVertexArrayObjectOES.h b/Source/modules/webgl/WebGLVertexArrayObjectOES.h
index f4fea8b03eb773ff82cd157648035242e4eccd12..fe617fec482c3f67f8214354b3afcc7dbef4a0d0 100644
--- a/Source/modules/webgl/WebGLVertexArrayObjectOES.h
+++ b/Source/modules/webgl/WebGLVertexArrayObjectOES.h
@@ -27,14 +27,13 @@
#define WebGLVertexArrayObjectOES_h
#include "modules/webgl/WebGLVertexArrayObjectBase.h"
-#include "wtf/PassRefPtr.h"
namespace blink {
class WebGLVertexArrayObjectOES final : public WebGLVertexArrayObjectBase {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<WebGLVertexArrayObjectOES> create(WebGLRenderingContextBase*, VaoType);
+ static WebGLVertexArrayObjectOES* create(WebGLRenderingContextBase*, VaoType);
private:
explicit WebGLVertexArrayObjectOES(WebGLRenderingContextBase*, VaoType);
« no previous file with comments | « Source/modules/webgl/WebGLVertexArrayObjectBase.cpp ('k') | Source/modules/webgl/WebGLVertexArrayObjectOES.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698