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

Unified Diff: cc/test/test_delegating_output_surface.h

Issue 2286273003: Make cc::Display not own its BeginFrameSource (Closed)
Patch Set: Created 4 years, 4 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/test/test_delegating_output_surface.h
diff --git a/cc/test/test_delegating_output_surface.h b/cc/test/test_delegating_output_surface.h
index 2ec1e413e6d8767bd9a7dd83c187179705a213a0..edce55102a06c38a9eb205461d5fa1634f03187f 100644
--- a/cc/test/test_delegating_output_surface.h
+++ b/cc/test/test_delegating_output_surface.h
@@ -88,6 +88,8 @@ class TestDelegatingOutputSurface : public OutputSurface,
std::unique_ptr<SurfaceIdAllocator> surface_id_allocator_;
SurfaceId delegated_surface_id_;
+ std::unique_ptr<SyntheticBeginFrameSource> begin_frame_source_;
danakj 2016/08/30 01:10:56 Can you put this right on top of display_ since th
+
// Uses surface_manager_.
std::unique_ptr<SurfaceFactory> surface_factory_;

Powered by Google App Engine
This is Rietveld 408576698