Index: cc/gl_renderer.h |
diff --git a/cc/gl_renderer.h b/cc/gl_renderer.h |
index 391790e013ed67d72af47ca27bfbd3c8db004d90..0d3bfca26a10594a9a4c42938670c06f2824c2b7 100644 |
--- a/cc/gl_renderer.h |
+++ b/cc/gl_renderer.h |
@@ -40,6 +40,8 @@ public: |
virtual ~GLRenderer(); |
+ bool initialize(); |
danakj
2012/12/01 01:56:36
I don't see why you need this?
|
+ |
virtual const RendererCapabilities& capabilities() const OVERRIDE; |
WebKit::WebGraphicsContext3D* context(); |
@@ -67,7 +69,6 @@ protected: |
static void debugGLCall(WebKit::WebGraphicsContext3D*, const char* command, const char* file, int line); |
bool isFramebufferDiscarded() const { return m_isFramebufferDiscarded; } |
- bool initialize(); |
const gfx::QuadF& sharedGeometryQuad() const { return m_sharedGeometryQuad; } |
const GeometryBinding* sharedGeometry() const { return m_sharedGeometry.get(); } |