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

Side by Side Diff: services/ui/ws/server_window_surface_manager_test_api.cc

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/mus/ws/server_window_surface_manager_test_api.h" 5 #include "services/ui/ws/server_window_surface_manager_test_api.h"
6 6
7 #include "components/mus/ws/server_window.h" 7 #include "services/ui/ws/server_window.h"
8 8
9 namespace mus { 9 namespace mus {
10 namespace ws { 10 namespace ws {
11 11
12 ServerWindowSurfaceManagerTestApi::ServerWindowSurfaceManagerTestApi( 12 ServerWindowSurfaceManagerTestApi::ServerWindowSurfaceManagerTestApi(
13 ServerWindowSurfaceManager* manager) 13 ServerWindowSurfaceManager* manager)
14 : manager_(manager) {} 14 : manager_(manager) {}
15 15
16 ServerWindowSurfaceManagerTestApi::~ServerWindowSurfaceManagerTestApi() {} 16 ServerWindowSurfaceManagerTestApi::~ServerWindowSurfaceManagerTestApi() {}
17 17
(...skipping 12 matching lines...) Expand all
30 } 30 }
31 31
32 void DisableHitTest(ServerWindow* window) { 32 void DisableHitTest(ServerWindow* window) {
33 ServerWindowSurfaceManagerTestApi test_api( 33 ServerWindowSurfaceManagerTestApi test_api(
34 window->GetOrCreateSurfaceManager()); 34 window->GetOrCreateSurfaceManager());
35 test_api.DestroyDefaultSurface(); 35 test_api.DestroyDefaultSurface();
36 } 36 }
37 37
38 } // namespace ws 38 } // namespace ws
39 } // namespace mus 39 } // namespace mus
OLDNEW
« no previous file with comments | « services/ui/ws/server_window_surface_manager_test_api.h ('k') | services/ui/ws/server_window_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698