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

Unified Diff: cc/trees/layer_tree_host_unittest_proxy.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_proxy.cc
diff --git a/cc/trees/layer_tree_host_unittest_proxy.cc b/cc/trees/layer_tree_host_unittest_proxy.cc
index 41362216244894547726edc8fca93bd0c788c971..9fdc05035b003d0cac549f9a1389a073a1099038 100644
--- a/cc/trees/layer_tree_host_unittest_proxy.cc
+++ b/cc/trees/layer_tree_host_unittest_proxy.cc
@@ -30,7 +30,7 @@ class ProxyTest : public LayerTreeTest {
bool delegating_renderer = true;
CompositorMode mode =
- threaded ? CompositorMode::Threaded : CompositorMode::SingleThreaded;
+ threaded ? CompositorMode::THREADED : CompositorMode::SINGLE_THREADED;
RunTest(mode, delegating_renderer);
}

Powered by Google App Engine
This is Rietveld 408576698