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_; |