| Index: cc/surfaces/surface_id_allocator.h
|
| diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
|
| index d5a93b7002b8e016693b2e20e31bed81b68dff66..8d2d79f025ec57e792c8e62ec7fad1bbcfd4529c 100644
|
| --- a/cc/surfaces/surface_id_allocator.h
|
| +++ b/cc/surfaces/surface_id_allocator.h
|
| @@ -18,14 +18,12 @@ namespace cc {
|
| // class in a mutex.
|
| class CC_SURFACES_EXPORT SurfaceIdAllocator {
|
| public:
|
| - explicit SurfaceIdAllocator(const FrameSinkId& frame_sink_id);
|
| + SurfaceIdAllocator();
|
| ~SurfaceIdAllocator();
|
|
|
| - SurfaceId GenerateId();
|
| + LocalFrameId GenerateId();
|
|
|
| private:
|
| - const FrameSinkId frame_sink_id_;
|
| -
|
| uint32_t next_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SurfaceIdAllocator);
|
|
|