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

Unified Diff: cc/trees/layer_tree_host_unittest.cc

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 11 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/trees/layer_tree_host_unittest.cc
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
index 575a367bca1e9fa856812379ff751bca4a389fab..1b320009eb61d8be838ef7b1f44c38a5fa359063 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -77,7 +77,7 @@ class LayerTreeHostTestHasImplThreadTest : public LayerTreeHostTest {
LayerTreeHostTestHasImplThreadTest() : threaded_(false) {}
void RunTest(CompositorMode mode, bool delegating_renderer) override {
- threaded_ = mode == CompositorMode::Threaded;
+ threaded_ = mode == CompositorMode::THREADED;
LayerTreeHostTest::RunTest(mode, delegating_renderer);
}

Powered by Google App Engine
This is Rietveld 408576698