| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index d98836ebe4f793c44f4a7fbb3d10bbb3c812dd83..675479b2ec6a2ea870540f4b779c57dec4b18e25 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -79,7 +79,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);
|
|
|