| Index: cc/surfaces/surface_aggregator.h
|
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
|
| index 64c10e172f0abd2af0a479fbe72a4cfb47785510..31d35ddc7f4e67e1cfbcec2c1fcb090b30b71243 100644
|
| --- a/cc/surfaces/surface_aggregator.h
|
| +++ b/cc/surfaces/surface_aggregator.h
|
| @@ -66,6 +66,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
|
| typedef base::ScopedPtrHashMap<SurfaceId, RenderPassIdAllocator>
|
| RenderPassIdAllocatorMap;
|
| RenderPassIdAllocatorMap render_pass_allocator_map_;
|
| + int next_render_pass_id_;
|
|
|
| typedef base::hash_map<SurfaceId, int> SurfaceToResourceChildIdMap;
|
| SurfaceToResourceChildIdMap surface_id_to_resource_child_id_;
|
|
|