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

Unified Diff: cc/test/test_compositor_frame_sink.h

Issue 2387333003: cc: Set sync token on resource even if context is lost. (Closed)
Patch Set: danakj's review 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 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_;

Powered by Google App Engine
This is Rietveld 408576698