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

Side by Side Diff: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/widget/desktop_aura/desktop_window_tree_host_win.h" 5 #include "ui/views/widget/desktop_aura/desktop_window_tree_host_win.h"
6 6
7 #include "base/win/metro.h"
8 #include "third_party/skia/include/core/SkPath.h" 7 #include "third_party/skia/include/core/SkPath.h"
9 #include "third_party/skia/include/core/SkRegion.h" 8 #include "third_party/skia/include/core/SkRegion.h"
10 #include "ui/aura/client/aura_constants.h" 9 #include "ui/aura/client/aura_constants.h"
11 #include "ui/aura/client/cursor_client.h" 10 #include "ui/aura/client/cursor_client.h"
12 #include "ui/aura/client/focus_client.h" 11 #include "ui/aura/client/focus_client.h"
13 #include "ui/aura/window_event_dispatcher.h" 12 #include "ui/aura/window_event_dispatcher.h"
14 #include "ui/aura/window_property.h" 13 #include "ui/aura/window_property.h"
15 #include "ui/base/cursor/cursor_loader_win.h" 14 #include "ui/base/cursor/cursor_loader_win.h"
16 #include "ui/base/ime/input_method.h" 15 #include "ui/base/ime/input_method.h"
17 #include "ui/base/win/shell.h" 16 #include "ui/base/win/shell.h"
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 957
959 // static 958 // static
960 DesktopWindowTreeHost* DesktopWindowTreeHost::Create( 959 DesktopWindowTreeHost* DesktopWindowTreeHost::Create(
961 internal::NativeWidgetDelegate* native_widget_delegate, 960 internal::NativeWidgetDelegate* native_widget_delegate,
962 DesktopNativeWidgetAura* desktop_native_widget_aura) { 961 DesktopNativeWidgetAura* desktop_native_widget_aura) {
963 return new DesktopWindowTreeHostWin(native_widget_delegate, 962 return new DesktopWindowTreeHostWin(native_widget_delegate,
964 desktop_native_widget_aura); 963 desktop_native_widget_aura);
965 } 964 }
966 965
967 } // namespace views 966 } // namespace views
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698