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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2824053003: Split SurfaceFactoryClient Into Four Interfaces (Closed)
Patch Set: Address Comments 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
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 3ba5480608bb6f3df5b61a25b494ee255e134f44..118e68e1e7d67568637d7872ba032a0a791811c3 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -47,6 +47,7 @@ cc_component("surfaces") {
"display_scheduler.h",
"framesink_manager.cc",
"framesink_manager.h",
+ "framesink_manager_client.h",
"local_surface_id_allocator.cc",
"local_surface_id_allocator.h",
"pending_frame_observer.h",
@@ -70,6 +71,7 @@ cc_component("surfaces") {
"surface_manager.h",
"surface_resource_holder.cc",
"surface_resource_holder.h",
+ "surface_resource_holder_client.h",
"surfaces_export.h",
]

Powered by Google App Engine
This is Rietveld 408576698