Index: cc/surfaces/surface_factory.h |
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h |
index 7bec9516a361d0188e33e19b55466cdba11da056..0a206e6fcc4db7f370151cb35862550c8bfd5838 100644 |
--- a/cc/surfaces/surface_factory.h |
+++ b/cc/surfaces/surface_factory.h |
@@ -41,7 +41,8 @@ class CC_SURFACES_EXPORT SurfaceFactory : public PendingFrameObserver { |
SurfaceFactory(const FrameSinkId& frame_sink_id, |
SurfaceManager* manager, |
- SurfaceFactoryClient* client); |
+ SurfaceFactoryClient* client, |
+ SurfaceResourceHolderClient* resource_holder_client); |
~SurfaceFactory() override; |
const FrameSinkId& frame_sink_id() const { return frame_sink_id_; } |