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