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