| Index: cc/surfaces/surface_id_allocator.h
|
| diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
|
| index 8d2d79f025ec57e792c8e62ec7fad1bbcfd4529c..49362cfffd805cf08c56e517e454b83d1fff724a 100644
|
| --- a/cc/surfaces/surface_id_allocator.h
|
| +++ b/cc/surfaces/surface_id_allocator.h
|
| @@ -21,7 +21,7 @@ class CC_SURFACES_EXPORT SurfaceIdAllocator {
|
| SurfaceIdAllocator();
|
| ~SurfaceIdAllocator();
|
|
|
| - LocalFrameId GenerateId();
|
| + LocalSurfaceId GenerateId();
|
|
|
| private:
|
| uint32_t next_id_;
|
|
|