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

Unified Diff: sky/engine/core/html/canvas/WebGLFramebuffer.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/WebGLExtension.h ('k') | sky/engine/core/html/canvas/WebGLFramebuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/WebGLFramebuffer.h
diff --git a/sky/engine/core/html/canvas/WebGLFramebuffer.h b/sky/engine/core/html/canvas/WebGLFramebuffer.h
index 5507b7e5c451acc5af36e28c3c01779999ebfb5f..43eece1dea40731fcb3624cd570e8c92ade5b77b 100644
--- a/sky/engine/core/html/canvas/WebGLFramebuffer.h
+++ b/sky/engine/core/html/canvas/WebGLFramebuffer.h
@@ -29,8 +29,10 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/html/canvas/WebGLContextObject.h"
#include "core/html/canvas/WebGLSharedObject.h"
+#include "wtf/HashMap.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
+#include "wtf/Vector.h"
namespace blink {
@@ -59,8 +61,6 @@ public:
virtual void attach(blink::WebGraphicsContext3D*, GLenum attachment) = 0;
virtual void unattach(blink::WebGraphicsContext3D*, GLenum attachment) = 0;
- virtual void trace(Visitor*) { }
-
protected:
WebGLAttachment();
};
@@ -102,8 +102,6 @@ public:
GLenum getDrawBuffer(GLenum);
- virtual void trace(Visitor*) override;
-
protected:
explicit WebGLFramebuffer(WebGLRenderingContextBase*);
« no previous file with comments | « sky/engine/core/html/canvas/WebGLExtension.h ('k') | sky/engine/core/html/canvas/WebGLFramebuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698