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

Unified Diff: components/mus/ws/window_tree_unittest.cc

Issue 1423133003: Routes calls to WM through WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no braces Created 5 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
« no previous file with comments | « components/mus/ws/window_tree_impl.cc ('k') | components/web_view/frame_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_unittest.cc
diff --git a/components/mus/ws/window_tree_unittest.cc b/components/mus/ws/window_tree_unittest.cc
index a486222c2dea4ec228a1beb075154e9265ad8b0d..af7399e64d15607704c124f3fd56b7963d7ed7ae 100644
--- a/components/mus/ws/window_tree_unittest.cc
+++ b/components/mus/ws/window_tree_unittest.cc
@@ -317,8 +317,8 @@ class WindowTreeTest : public testing::Test {
new ConnectionManager(&delegate_, scoped_refptr<SurfacesState>()));
WindowTreeHostImpl* host = new WindowTreeHostImpl(
mus::mojom::WindowTreeHostClientPtr(), connection_manager_.get(),
- nullptr, scoped_refptr<GpuState>(),
- scoped_refptr<mus::SurfacesState>());
+ nullptr, scoped_refptr<GpuState>(), scoped_refptr<mus::SurfacesState>(),
+ nullptr);
// TODO(fsamuel): This is way too magical. We need to find a better way to
// manage lifetime.
host_connection_ = new TestWindowTreeHostConnection(
« no previous file with comments | « components/mus/ws/window_tree_impl.cc ('k') | components/web_view/frame_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698