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

Unified Diff: cc/test/test_compositor_frame_sink.h

Issue 2383373002: Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId (Closed)
Patch Set: Rebased Created 4 years, 2 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/surfaces_pixeltest.cc ('k') | cc/test/test_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index 76614e1ca7453c8c6129ff9a62d5be5757d4a56d..fc14a4104bbd2ffb873bbeb83f9221f57c2e445f 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -80,6 +80,7 @@ class TestCompositorFrameSink : public CompositorFrameSink,
private:
void DidDrawCallback(bool synchronous);
+ FrameSinkId frame_sink_id_;
// TODO(danakj): These don't need to be stored in unique_ptrs when
// CompositorFrameSink is owned/destroyed on the compositor thread.
std::unique_ptr<SurfaceManager> surface_manager_;
« no previous file with comments | « cc/surfaces/surfaces_pixeltest.cc ('k') | cc/test/test_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698