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

Unified Diff: ui/views/widget/desktop_root_window_host_linux.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/views.gyp ('k') | ui/views/widget/desktop_root_window_host_linux.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_linux.h
===================================================================
--- ui/views/widget/desktop_root_window_host_linux.h (revision 167200)
+++ ui/views/widget/desktop_root_window_host_linux.h (working copy)
@@ -30,15 +30,15 @@
class DefaultCaptureClient;
class ScreenPositionClient;
}
-namespace shared {
-class CompoundEventFilter;
-class InputMethodEventFilter;
}
-}
namespace views {
class X11DesktopWindowMoveClient;
class X11WindowEventFilter;
+namespace corewm {
+class CompoundEventFilter;
+class InputMethodEventFilter;
+}
class VIEWS_EXPORT DesktopRootWindowHostLinux
: public DesktopRootWindowHost,
@@ -222,10 +222,10 @@
::Cursor invisible_cursor_;
// Toplevel event filter which dispatches to other event filters.
- aura::shared::CompoundEventFilter* root_window_event_filter_;
+ views::corewm::CompoundEventFilter* root_window_event_filter_;
// An event filter that pre-handles all key events to send them to an IME.
- scoped_ptr<aura::shared::InputMethodEventFilter> input_method_filter_;
+ scoped_ptr<views::corewm::InputMethodEventFilter> input_method_filter_;
scoped_ptr<X11WindowEventFilter> x11_window_event_filter_;
scoped_ptr<X11DesktopWindowMoveClient> x11_window_move_client_;
« no previous file with comments | « ui/views/views.gyp ('k') | ui/views/widget/desktop_root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698