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 fc14a4104bbd2ffb873bbeb83f9221f57c2e445f..8577b2ca8d7d95a57c07b88cc172357967e70276 100644 |
--- a/cc/test/test_compositor_frame_sink.h |
+++ b/cc/test/test_compositor_frame_sink.h |
@@ -93,6 +93,8 @@ class TestCompositorFrameSink : public CompositorFrameSink, |
// Uses surface_manager_. |
std::unique_ptr<Display> display_; |
+ const bool display_context_shared_with_compositor_; |
+ |
bool bound_ = false; |
TestCompositorFrameSinkClient* test_client_ = nullptr; |
gfx::Size enlarge_pass_texture_amount_; |