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

Unified Diff: cc/surfaces/surface_aggregator.cc

Issue 197223003: Start of hardware overlay support in CC with Ubercompositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/resources/texture_mailbox.cc ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_aggregator.cc
diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
index 5b108bb2304e25d6b59c74313aaa4216ed366c5d..4d06101759b7e60b333c4cedb0eefb9a97a05e42 100644
--- a/cc/surfaces/surface_aggregator.cc
+++ b/cc/surfaces/surface_aggregator.cc
@@ -97,7 +97,8 @@ void SurfaceAggregator::HandleSurfaceQuad(const SurfaceDrawQuad* surface_quad,
source.output_rect,
source.damage_rect,
source.transform_to_root_target,
- source.has_transparent_background);
+ source.has_transparent_background,
+ source.overlay_state);
// Contributing passes aggregated in to the pass list need to take the
// transform of the surface quad into account to update their transform to
@@ -203,7 +204,8 @@ void SurfaceAggregator::CopyPasses(const RenderPassList& source_pass_list,
source.output_rect,
source.damage_rect,
source.transform_to_root_target,
- source.has_transparent_background);
+ source.has_transparent_background,
+ source.overlay_state);
CopyQuadsToPass(source.quad_list,
source.shared_quad_state_list,
« no previous file with comments | « cc/resources/texture_mailbox.cc ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698