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

Unified Diff: cc/gl_renderer.h

Issue 11412289: Basic pixel tests for cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: 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(); }

Powered by Google App Engine
This is Rietveld 408576698