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

Side by Side Diff: ui/views/widget/desktop_aura/desktop_window_tree_host.h

Issue 196063002: Move wm/core to wm namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | Annotate | Revision Log
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 #ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_H_ 5 #ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_H_
6 #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_H_ 6 #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "ui/aura/window_event_dispatcher.h" 9 #include "ui/aura/window_event_dispatcher.h"
10 #include "ui/base/ui_base_types.h" 10 #include "ui/base/ui_base_types.h"
(...skipping 13 matching lines...) Expand all
24 class ImageSkia; 24 class ImageSkia;
25 class Rect; 25 class Rect;
26 } 26 }
27 27
28 namespace ui { 28 namespace ui {
29 class NativeTheme; 29 class NativeTheme;
30 } 30 }
31 31
32 namespace views { 32 namespace views {
33 namespace corewm { 33 namespace corewm {
34
35 class Tooltip; 34 class Tooltip;
36 } 35 }
37 36
38 namespace internal { 37 namespace internal {
39 class NativeWidgetDelegate; 38 class NativeWidgetDelegate;
40 } 39 }
41 40
42 class DesktopNativeCursorManager; 41 class DesktopNativeCursorManager;
43 class DesktopNativeWidgetAura; 42 class DesktopNativeWidgetAura;
44 43
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 virtual void OnNativeWidgetBlur() = 0; 152 virtual void OnNativeWidgetBlur() = 0;
154 153
155 // Returns true if the Widget was closed but is still showing because of 154 // Returns true if the Widget was closed but is still showing because of
156 // animations. 155 // animations.
157 virtual bool IsAnimatingClosed() const = 0; 156 virtual bool IsAnimatingClosed() const = 0;
158 }; 157 };
159 158
160 } // namespace views 159 } // namespace views
161 160
162 #endif // UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_H_ 161 #endif // UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698