| Index: cc/surfaces/surface_factory.cc
|
| diff --git a/cc/surfaces/surface_factory.cc b/cc/surfaces/surface_factory.cc
|
| index 7fde3c224672782cc5a724fdce3f346e38f85689..fd2b4e67635ca9b071da0282803554e4371df1c4 100644
|
| --- a/cc/surfaces/surface_factory.cc
|
| +++ b/cc/surfaces/surface_factory.cc
|
| @@ -25,6 +25,7 @@ SurfaceFactory::SurfaceFactory(
|
| : frame_sink_id_(frame_sink_id),
|
| manager_(manager),
|
| client_(client),
|
| + resource_holder_client_(resource_holder_client),
|
| holder_(resource_holder_client),
|
| needs_sync_points_(true),
|
| weak_factory_(this) {}
|
|
|