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

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

Issue 17078005: Move message_pump to base/message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 #include "ui/views/widget/desktop_aura/desktop_root_window_host_x11.h" 5 #include "ui/views/widget/desktop_aura/desktop_root_window_host_x11.h"
6 6
7 #include <X11/extensions/XInput2.h> 7 #include <X11/extensions/XInput2.h>
8 #include <X11/Xatom.h> 8 #include <X11/Xatom.h>
9 #include <X11/Xutil.h> 9 #include <X11/Xutil.h>
10 10
11 #include "base/message_pump_aurax11.h" 11 #include "base/message_loop/message_pump_aurax11.h"
12 #include "base/strings/stringprintf.h" 12 #include "base/strings/stringprintf.h"
13 #include "base/strings/utf_string_conversions.h" 13 #include "base/strings/utf_string_conversions.h"
14 #include "ui/aura/client/screen_position_client.h" 14 #include "ui/aura/client/screen_position_client.h"
15 #include "ui/aura/client/user_action_client.h" 15 #include "ui/aura/client/user_action_client.h"
16 #include "ui/aura/focus_manager.h" 16 #include "ui/aura/focus_manager.h"
17 #include "ui/aura/root_window.h" 17 #include "ui/aura/root_window.h"
18 #include "ui/aura/window_property.h" 18 #include "ui/aura/window_property.h"
19 #include "ui/base/dragdrop/os_exchange_data_provider_aurax11.h" 19 #include "ui/base/dragdrop/os_exchange_data_provider_aurax11.h"
20 #include "ui/base/events/event_utils.h" 20 #include "ui/base/events/event_utils.h"
21 #include "ui/base/touch/touch_factory_x11.h" 21 #include "ui/base/touch/touch_factory_x11.h"
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 DesktopRootWindowHost* DesktopRootWindowHost::Create( 1209 DesktopRootWindowHost* DesktopRootWindowHost::Create(
1210 internal::NativeWidgetDelegate* native_widget_delegate, 1210 internal::NativeWidgetDelegate* native_widget_delegate,
1211 DesktopNativeWidgetAura* desktop_native_widget_aura, 1211 DesktopNativeWidgetAura* desktop_native_widget_aura,
1212 const gfx::Rect& initial_bounds) { 1212 const gfx::Rect& initial_bounds) {
1213 return new DesktopRootWindowHostX11(native_widget_delegate, 1213 return new DesktopRootWindowHostX11(native_widget_delegate,
1214 desktop_native_widget_aura, 1214 desktop_native_widget_aura,
1215 initial_bounds); 1215 initial_bounds);
1216 } 1216 }
1217 1217
1218 } // namespace views 1218 } // namespace views
OLDNEW
« no previous file with comments | « ui/base/x/x11_atom_cache.cc ('k') | ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698