| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index 44273c280d92a9b4053b979aaa318385343e32a5..835de390a4e0bd6c61c5ded417847e4b1312ded7 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -103,7 +103,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
|
| void GetFramebufferPixelsAsync(gfx::Rect rect,
|
| scoped_ptr<CopyOutputRequest> request);
|
| void GetFramebufferTexture(unsigned texture_id,
|
| - unsigned texture_format,
|
| + ResourceFormat texture_format,
|
| gfx::Rect device_rect);
|
| void ReleaseRenderPassTextures();
|
|
|
|
|