Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4014)

Unified Diff: cc/surfaces/surface_factory.h

Issue 2824053003: Split SurfaceFactoryClient Into Four Interfaces (Closed)
Patch Set: Address Nits Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/surfaces/surface_aggregator_perftest.cc ('k') | cc/surfaces/surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « cc/surfaces/surface_aggregator_perftest.cc ('k') | cc/surfaces/surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698