| Index: cc/surfaces/surface_id_allocator.h
|
| diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
|
| index 5ed3b117e8bd849d195224cd90f2a8748dcf7172..b5eef8b52dcc1b018e0877b415f7b473a2ff94e4 100644
|
| --- a/cc/surfaces/surface_id_allocator.h
|
| +++ b/cc/surfaces/surface_id_allocator.h
|
| @@ -13,8 +13,6 @@
|
|
|
| namespace cc {
|
|
|
| -class SurfaceManager;
|
| -
|
| // This is a helper class for generating surface IDs within a specified
|
| // namespace. This is not threadsafe, to use from multiple threads wrap this
|
| // class in a mutex.
|
|
|