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

Unified Diff: cc/quads/render_pass.h

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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
« no previous file with comments | « cc/output/software_overlay_presenter_hal.cc ('k') | cc/quads/render_pass.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/render_pass.h
diff --git a/cc/quads/render_pass.h b/cc/quads/render_pass.h
index 4285e53010311d27d7b4fd58ddb70f81b15354c0..7c20de072c4af237df6ce0299709048a2534e167 100644
--- a/cc/quads/render_pass.h
+++ b/cc/quads/render_pass.h
@@ -111,6 +111,11 @@ class CC_EXPORT RenderPass {
QuadList quad_list;
SharedQuadStateList shared_quad_state_list;
+ // Specific to overlay hardware handling.
+ bool handled_by_overlay_hardware;
+ gfx::Rect overlay_hardware_rect;
+ bool should_render;
+
protected:
explicit RenderPass(size_t num_layers);
RenderPass();
« no previous file with comments | « cc/output/software_overlay_presenter_hal.cc ('k') | cc/quads/render_pass.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698