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

Unified Diff: cc/test/test_compositor_frame_sink.h

Issue 2383373002: Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId (Closed)
Patch Set: Fix TestRenderViewHost + Mac 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
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 31d23f2e36f7211b1753c076ac5e3d877b227034..962a258161f5375e05f4451dcbfdb2472b24aaeb 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();
+ 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_;

Powered by Google App Engine
This is Rietveld 408576698