| 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);
|
|
|