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

Unified Diff: cc/surfaces/surface_aggregator.h

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Address review comments 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
Index: cc/surfaces/surface_aggregator.h
diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
index ae8f4883cfb3330f38f3647a43b3685706804ba8..3d24a6c48ebf06c2187351d245b777b08e3b7f06 100644
--- a/cc/surfaces/surface_aggregator.h
+++ b/cc/surfaces/surface_aggregator.h
@@ -86,7 +86,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
RenderPass* dest_pass,
const SurfaceId& surface_id);
gfx::Rect PrewalkTree(const SurfaceId& surface_id,
- bool in_moved_pixel_pass,
+ bool in_moved_pixel_surface,
RenderPassId parent_pass,
PrewalkResult* result);
void CopyUndrawnSurfaces(PrewalkResult* prewalk);

Powered by Google App Engine
This is Rietveld 408576698