| Index: cc/surfaces/surface_aggregator.h
|
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
|
| index ad99be146125b7a851e66d064ce60a0f6471bcc6..d229e7ec561e21c8f1ee53098a4b6b90366c1935 100644
|
| --- a/cc/surfaces/surface_aggregator.h
|
| +++ b/cc/surfaces/surface_aggregator.h
|
| @@ -88,7 +88,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
|
| ResourceProvider* provider_;
|
|
|
| class RenderPassIdAllocator;
|
| - typedef base::ScopedPtrHashMap<SurfaceId, RenderPassIdAllocator>
|
| + typedef base::ScopedPtrHashMap<SurfaceId, scoped_ptr<RenderPassIdAllocator>>
|
| RenderPassIdAllocatorMap;
|
| RenderPassIdAllocatorMap render_pass_allocator_map_;
|
| int next_render_pass_id_;
|
|
|