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

Side by Side Diff: ui/aura/root_window_host_x11.cc

Issue 17049002: Revert "Merge CMTEventData and ValuatorTracker" (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
« no previous file with comments | « ash/touch/touch_observer_hud.cc ('k') | ui/base/x/device_data_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/aura/root_window_host_x11.h" 5 #include "ui/aura/root_window_host_x11.h"
6 6
7 #include <strings.h> 7 #include <strings.h>
8 #include <X11/cursorfont.h> 8 #include <X11/cursorfont.h>
9 #include <X11/extensions/Xfixes.h> 9 #include <X11/extensions/Xfixes.h>
10 #include <X11/extensions/XInput2.h> 10 #include <X11/extensions/XInput2.h>
(...skipping 24 matching lines...) Expand all
35 #include "ui/aura/env.h" 35 #include "ui/aura/env.h"
36 #include "ui/aura/root_window.h" 36 #include "ui/aura/root_window.h"
37 #include "ui/base/cursor/cursor.h" 37 #include "ui/base/cursor/cursor.h"
38 #include "ui/base/events/event.h" 38 #include "ui/base/events/event.h"
39 #include "ui/base/events/event_utils.h" 39 #include "ui/base/events/event_utils.h"
40 #include "ui/base/keycodes/keyboard_codes.h" 40 #include "ui/base/keycodes/keyboard_codes.h"
41 #include "ui/base/touch/touch_factory_x11.h" 41 #include "ui/base/touch/touch_factory_x11.h"
42 #include "ui/base/ui_base_switches.h" 42 #include "ui/base/ui_base_switches.h"
43 #include "ui/base/view_prop.h" 43 #include "ui/base/view_prop.h"
44 #include "ui/base/x/device_list_cache_x.h" 44 #include "ui/base/x/device_list_cache_x.h"
45 #include "ui/base/x/valuators.h"
45 #include "ui/base/x/x11_util.h" 46 #include "ui/base/x/x11_util.h"
46 #include "ui/compositor/dip_util.h" 47 #include "ui/compositor/dip_util.h"
47 #include "ui/compositor/layer.h" 48 #include "ui/compositor/layer.h"
48 #include "ui/gfx/codec/png_codec.h" 49 #include "ui/gfx/codec/png_codec.h"
49 #include "ui/gfx/screen.h" 50 #include "ui/gfx/screen.h"
50 51
51 #if defined(OS_CHROMEOS) 52 #if defined(OS_CHROMEOS)
52 #include "base/chromeos/chromeos_version.h" 53 #include "base/chromeos/chromeos_version.h"
53 #endif 54 #endif
54 55
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 } 1105 }
1105 1106
1106 namespace test { 1107 namespace test {
1107 1108
1108 void SetUseOverrideRedirectWindowByDefault(bool override_redirect) { 1109 void SetUseOverrideRedirectWindowByDefault(bool override_redirect) {
1109 default_override_redirect = override_redirect; 1110 default_override_redirect = override_redirect;
1110 } 1111 }
1111 1112
1112 } // namespace test 1113 } // namespace test
1113 } // namespace aura 1114 } // namespace aura
OLDNEW
« no previous file with comments | « ash/touch/touch_observer_hud.cc ('k') | ui/base/x/device_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698