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

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

Issue 11369220: Move the desktop aura classes into a desktop subdir to make the gyp simpler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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_ROOT_WINDOW_HOST_H_ 5 #ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_H_
6 #define UI_VIEWS_WIDGET_DESKTOP_ROOT_WINDOW_HOST_H_ 6 #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_H_
7 7
8 #include "ui/base/ui_base_types.h" 8 #include "ui/base/ui_base_types.h"
9 #include "ui/views/views_export.h" 9 #include "ui/views/views_export.h"
10 #include "ui/views/widget/widget.h" 10 #include "ui/views/widget/widget.h"
11 11
12 namespace aura { 12 namespace aura {
13 class RootWindowHost; 13 class RootWindowHost;
14 class Window; 14 class Window;
15 } 15 }
16 16
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 virtual void FlashFrame(bool flash_frame) = 0; 116 virtual void FlashFrame(bool flash_frame) = 0;
117 117
118 // Called when the DesktopNativeWidgetAura's aura::Window is focused and 118 // Called when the DesktopNativeWidgetAura's aura::Window is focused and
119 // blurred. 119 // blurred.
120 virtual void OnNativeWidgetFocus() = 0; 120 virtual void OnNativeWidgetFocus() = 0;
121 virtual void OnNativeWidgetBlur() = 0; 121 virtual void OnNativeWidgetBlur() = 0;
122 }; 122 };
123 123
124 } // namespace views 124 } // namespace views
125 125
126 #endif // UI_VIEWS_WIDGET_DESKTOP_ROOT_WINDOW_HOST_H_ 126 #endif // UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698