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

Side by Side Diff: ui/views/mus/window_manager_connection.cc

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 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
« no previous file with comments | « ui/views/mus/surface_context_factory.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "ui/views/mus/window_manager_connection.h" 5 #include "ui/views/mus/window_manager_connection.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/lazy_instance.h" 9 #include "base/lazy_instance.h"
10 #include "base/memory/ptr_util.h" 10 #include "base/memory/ptr_util.h"
11 #include "base/threading/thread_local.h" 11 #include "base/threading/thread_local.h"
12 #include "services/shell/public/cpp/connection.h" 12 #include "services/shell/public/cpp/connection.h"
13 #include "services/shell/public/cpp/connector.h" 13 #include "services/shell/public/cpp/connector.h"
14 #include "services/ui/common/gpu_service.h" 14 #include "services/ui/public/cpp/gpu_service.h"
15 #include "services/ui/public/cpp/property_type_converters.h" 15 #include "services/ui/public/cpp/property_type_converters.h"
16 #include "services/ui/public/cpp/window.h" 16 #include "services/ui/public/cpp/window.h"
17 #include "services/ui/public/cpp/window_property.h" 17 #include "services/ui/public/cpp/window_property.h"
18 #include "services/ui/public/cpp/window_tree_client.h" 18 #include "services/ui/public/cpp/window_tree_client.h"
19 #include "services/ui/public/interfaces/event_matcher.mojom.h" 19 #include "services/ui/public/interfaces/event_matcher.mojom.h"
20 #include "services/ui/public/interfaces/window_tree.mojom.h" 20 #include "services/ui/public/interfaces/window_tree.mojom.h"
21 #include "ui/aura/env.h" 21 #include "ui/aura/env.h"
22 #include "ui/views/mus/clipboard_mus.h" 22 #include "ui/views/mus/clipboard_mus.h"
23 #include "ui/views/mus/native_widget_mus.h" 23 #include "ui/views/mus/native_widget_mus.h"
24 #include "ui/views/mus/os_exchange_data_provider_mus.h" 24 #include "ui/views/mus/os_exchange_data_provider_mus.h"
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 gfx::Point WindowManagerConnection::GetCursorScreenPoint() { 206 gfx::Point WindowManagerConnection::GetCursorScreenPoint() {
207 return client_->GetCursorScreenPoint(); 207 return client_->GetCursorScreenPoint();
208 } 208 }
209 209
210 std::unique_ptr<OSExchangeData::Provider> 210 std::unique_ptr<OSExchangeData::Provider>
211 WindowManagerConnection::BuildProvider() { 211 WindowManagerConnection::BuildProvider() {
212 return base::MakeUnique<OSExchangeDataProviderMus>(); 212 return base::MakeUnique<OSExchangeDataProviderMus>();
213 } 213 }
214 214
215 } // namespace views 215 } // namespace views
OLDNEW
« no previous file with comments | « ui/views/mus/surface_context_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698