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

Unified Diff: ui/views/widget/desktop_root_window_host_win.h

Issue 11275139: Move ui\aura\shared to ui\views\corewm (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/desktop_root_window_host_linux.cc ('k') | ui/views/widget/desktop_root_window_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_root_window_host_win.h
===================================================================
--- ui/views/widget/desktop_root_window_host_win.h (revision 167200)
+++ ui/views/widget/desktop_root_window_host_win.h (working copy)
@@ -19,14 +19,14 @@
class DefaultCaptureClient;
class ScreenPositionClient;
}
-namespace shared {
-class CompoundEventFilter;
-class InputMethodEventFilter;
}
-}
namespace views {
class HWNDMessageHandler;
+namespace corewm {
+class CompoundEventFilter;
+class InputMethodEventFilter;
+}
class VIEWS_EXPORT DesktopRootWindowHostWin
: public DesktopRootWindowHost,
@@ -213,7 +213,7 @@
scoped_ptr<aura::FocusManager> focus_manager_;
// Depends on focus_manager_.
scoped_ptr<aura::DesktopActivationClient> activation_client_;
- scoped_ptr<aura::shared::InputMethodEventFilter> input_method_filter_;
+ scoped_ptr<views::corewm::InputMethodEventFilter> input_method_filter_;
// TODO(beng): Consider providing an interface to DesktopNativeWidgetAura
// instead of providing this route back to Widget.
@@ -232,7 +232,7 @@
scoped_ptr<aura::DesktopCursorClient> cursor_client_;
// The RootWindow's CompoundEventFilter.
- aura::shared::CompoundEventFilter* root_window_event_filter_;
+ views::corewm::CompoundEventFilter* root_window_event_filter_;
DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin);
};
« no previous file with comments | « ui/views/widget/desktop_root_window_host_linux.cc ('k') | ui/views/widget/desktop_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698