| Index: cc/surfaces/surface_unittest.cc
|
| diff --git a/cc/surfaces/surface_unittest.cc b/cc/surfaces/surface_unittest.cc
|
| index 0fe4f7deda93f711c20276bf1634180b8c1d1619..7b8d977d9ca3687b00d1d6cf75fcc0b4ec72bbc3 100644
|
| --- a/cc/surfaces/surface_unittest.cc
|
| +++ b/cc/surfaces/surface_unittest.cc
|
| @@ -35,7 +35,7 @@ class FakeSurfaceFactoryClient : public SurfaceFactoryClient {
|
| TEST(SurfaceTest, SurfaceLifetime) {
|
| SurfaceManager manager;
|
| FakeSurfaceFactoryClient surface_factory_client;
|
| - SurfaceFactory factory(&manager, &surface_factory_client);
|
| + SurfaceFactory factory(kArbitraryClientId, &manager, &surface_factory_client);
|
|
|
| SurfaceId surface_id(kArbitraryClientId, 6, 0);
|
| {
|
|
|