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

Unified Diff: cc/output/ca_layer_overlay.h

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Rebase again Created 4 years 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/layers/render_surface_unittest.cc ('k') | cc/output/ca_layer_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/ca_layer_overlay.h
diff --git a/cc/output/ca_layer_overlay.h b/cc/output/ca_layer_overlay.h
index 34eb054e8c729f4c3cff1930aadc494f0e76d0ef..513ba667d01203ff7da752698c3df130b83ff883 100644
--- a/cc/output/ca_layer_overlay.h
+++ b/cc/output/ca_layer_overlay.h
@@ -72,10 +72,13 @@ typedef std::vector<CALayerOverlay> CALayerOverlayList;
// Returns true if all quads in the root render pass have been replaced by
// CALayerOverlays.
-bool ProcessForCALayerOverlays(ResourceProvider* resource_provider,
- const gfx::RectF& display_rect,
- const QuadList& quad_list,
- CALayerOverlayList* ca_layer_overlays);
+bool ProcessForCALayerOverlays(
+ ResourceProvider* resource_provider,
+ const gfx::RectF& display_rect,
+ const QuadList& quad_list,
+ const RenderPassFilterList& render_pass_filters,
+ const RenderPassFilterList& render_pass_background_filters,
+ CALayerOverlayList* ca_layer_overlays);
} // namespace cc
« no previous file with comments | « cc/layers/render_surface_unittest.cc ('k') | cc/output/ca_layer_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698