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

Unified Diff: cc/output/gl_renderer.h

Issue 105553003: Use GLES2Interface in GLRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: applies to ToT Created 7 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
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/test/test_gles2_interface.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index c1daec97ebc3ba36b535999e19e040d998a33fd6..8607a8f2b515a965904a5c19e86d4916c558622d 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -76,7 +76,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
size_t bytes_visible_and_nearby,
size_t bytes_allocated) OVERRIDE;
- static void DebugGLCall(blink::WebGraphicsContext3D* context,
+ static void DebugGLCall(gpu::gles2::GLES2Interface* gl,
const char* command,
const char* file,
int line);
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/test/test_gles2_interface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698