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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2880023002: cc::SurfaceDependencyTracker should not crash when a Display goes away (Closed)
Patch Set: StrictMock => NiceMock Created 3 years, 7 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 8e3286a02357aba22e746fa616f15b9a2dfb2372..2dd93fe5025ac049b0a2545a7bc7357f6f1f5878 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -48,8 +48,11 @@ cc_component("surfaces") {
"frame_sink_manager.cc",
"frame_sink_manager.h",
"frame_sink_manager_client.h",
+ "frame_sink_observer.h",
"local_surface_id_allocator.cc",
"local_surface_id_allocator.h",
+ "primary_begin_frame_source.cc",
+ "primary_begin_frame_source.h",
"referenced_surface_tracker.cc",
"referenced_surface_tracker.h",
"sequence_surface_reference_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698