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

Unified Diff: sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.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
Index: sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.h
diff --git a/sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.h b/sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.h
index 1d91054ff412793d1b095717d5db6a117c1bf566..502b54f028c38bd76d175f937fe2e3e472540d37 100644
--- a/sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.h
+++ b/sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.h
@@ -29,8 +29,9 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/html/canvas/WebGLBuffer.h"
#include "core/html/canvas/WebGLContextObject.h"
-#include "platform/heap/Handle.h"
+#include "wtf/RefCounted.h"
#include "wtf/PassRefPtr.h"
+#include "wtf/Vector.h"
namespace blink {
@@ -63,8 +64,6 @@ public:
{
}
- void trace(Visitor*);
-
bool enabled;
RefPtr<WebGLBuffer> bufferBinding;
GLsizei bytesPerElement;
@@ -90,8 +89,6 @@ public:
void unbindBuffer(PassRefPtr<WebGLBuffer>);
void setVertexAttribDivisor(GLuint index, GLuint divisor);
- virtual void trace(Visitor*) override;
-
private:
WebGLVertexArrayObjectOES(WebGLRenderingContextBase*, VaoType);
« no previous file with comments | « sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698