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

Unified Diff: cc/gl_renderer.h

Issue 11464007: Add the DelegatingRenderer class with its initialize path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: init Created 8 years 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 653b4ac7fa3f57646772cb4ff9262810e1f577ae..ad98a1fa7bc7be17bbfb2f283e2050e905e4e3bb 100644
--- a/cc/gl_renderer.h
+++ b/cc/gl_renderer.h
@@ -69,7 +69,7 @@ protected:
static void debugGLCall(WebKit::WebGraphicsContext3D*, const char* command, const char* file, int line);
bool isFramebufferDiscarded() const { return m_isFramebufferDiscarded; }
- bool initialize();
+ bool initialize(ResourceProvider*);
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