| Index: cc/surfaces/surface_manager.h
|
| diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
|
| index e8f53b8f0bf19ba47e19a09ff7cd6e90b718f56e..4eecb57a9739426a5bebcf0c44c430cfedde4379 100644
|
| --- a/cc/surfaces/surface_manager.h
|
| +++ b/cc/surfaces/surface_manager.h
|
| @@ -250,8 +250,8 @@ class CC_SURFACES_EXPORT SurfaceManager
|
| // aren't GC'd before a real reference is added. This is basically a
|
| // collection of surface ids, for example:
|
| // SurfaceId surface_id(key, value[index]);
|
| - // The LocalFrameIds are stored in the order the surfaces are created in.
|
| - std::unordered_map<FrameSinkId, std::vector<LocalFrameId>, FrameSinkIdHash>
|
| + // The LocalSurfaceIds are stored in the order the surfaces are created in.
|
| + std::unordered_map<FrameSinkId, std::vector<LocalSurfaceId>, FrameSinkIdHash>
|
| temp_references_;
|
|
|
| base::WeakPtrFactory<SurfaceManager> weak_factory_;
|
|
|