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

Unified Diff: cc/output/gl_renderer.h

Issue 16730003: Aura: Support --enable-partial-swap with --composite-to-mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sievers@s comments. Created 7 years, 6 months 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/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_;
« no previous file with comments | « cc/output/gl_frame_data.h ('k') | cc/output/gl_renderer.cc » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698