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

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: test 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..169e2fe7a0f28b631ddbbc0b5685081e725e2ab0 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -97,6 +97,8 @@ class TestCompositorFrameSink : public CompositorFrameSink,
TestCompositorFrameSinkClient* test_client_ = nullptr;
gfx::Size enlarge_pass_texture_amount_;
+ bool display_context_shared_with_compositor_ = false;
danakj 2016/10/06 20:50:35 nit: group with other bool bound_? maybe above it
sunnyps 2016/10/06 21:31:53 Done.
+
std::vector<std::unique_ptr<CopyOutputRequest>> copy_requests_;
base::WeakPtrFactory<TestCompositorFrameSink> weak_ptrs_;

Powered by Google App Engine
This is Rietveld 408576698