| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index a45af22adb288f930f9c40a7b0db3208f047ecfa..7f1d2c6f20b9bcf7d27423785f72ff387efef30a 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -341,6 +341,8 @@ class CC_EXPORT GLRenderer
|
| const SolidColorProgram* GetSolidColorProgram();
|
| const SolidColorProgramAA* GetSolidColorProgramAA();
|
|
|
| + gfx::Rect GetFrameDamage();
|
| +
|
| scoped_ptr<TileProgram> tile_program_;
|
| scoped_ptr<TileProgramOpaque> tile_program_opaque_;
|
| scoped_ptr<TileProgramAA> tile_program_aa_;
|
|
|