| Index: cc/surfaces/surface_aggregator.h
|
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
|
| index 46a2797d7b04f863e54df50c7f20d3528f206c8f..ea2b8e6d7a5b4d2370142b5c45648351726f92db 100644
|
| --- a/cc/surfaces/surface_aggregator.h
|
| +++ b/cc/surfaces/surface_aggregator.h
|
| @@ -93,7 +93,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,
|
| int parent_pass,
|
| PrewalkResult* result);
|
| void CopyUndrawnSurfaces(PrewalkResult* prewalk);
|
|
|