Index: cc/surfaces/surface_factory.h |
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h |
index 8e9211c57b3d9709c5da6d633ca7b2f92ae5f435..eba32d27fe21e48a7aca1a157e45d4303f3ce7a1 100644 |
--- a/cc/surfaces/surface_factory.h |
+++ b/cc/surfaces/surface_factory.h |
@@ -38,7 +38,7 @@ class CC_SURFACES_EXPORT SurfaceFactory |
SurfaceFactory(SurfaceManager* manager, SurfaceFactoryClient* client); |
~SurfaceFactory(); |
- void Create(SurfaceId surface_id, const gfx::Size& size); |
+ void Create(SurfaceId surface_id); |
void Destroy(SurfaceId surface_id); |
void DestroyAll(); |
// A frame can only be submitted to a surface created by this factory, |