| Index: cc/surfaces/surface_factory.cc
|
| diff --git a/cc/surfaces/surface_factory.cc b/cc/surfaces/surface_factory.cc
|
| index 7d65ec2ecff77a1f99cf1ad965eb3fe33b9292e9..0939588b640bbe5cd649ddef69e1a1acfb76461b 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) {}
|
|
|