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

Side by Side Diff: ui/aura/window_tree_host_x11.h

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 11 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
« no previous file with comments | « ui/aura/window_tree_host_ozone.h ('k') | ui/base/cocoa/base_view.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 #ifndef UI_AURA_WINDOW_TREE_HOST_X11_H_ 5 #ifndef UI_AURA_WINDOW_TREE_HOST_X11_H_
6 #define UI_AURA_WINDOW_TREE_HOST_X11_H_ 6 #define UI_AURA_WINDOW_TREE_HOST_X11_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "ui/aura/aura_export.h" 9 #include "ui/aura/aura_export.h"
10 #include "ui/aura/window_tree_host.h" 10 #include "ui/aura/window_tree_host.h"
11 #include "ui/events/event_source.h" 11 #include "ui/events/event_source.h"
12 #include "ui/events/platform/platform_event_dispatcher.h" 12 #include "ui/events/platform/platform_event_dispatcher.h"
13 #include "ui/gfx/geometry/insets.h" 13 #include "ui/gfx/geometry/insets.h"
14 #include "ui/gfx/rect.h" 14 #include "ui/gfx/geometry/rect.h"
15 #include "ui/gfx/x/x11_atom_cache.h" 15 #include "ui/gfx/x/x11_atom_cache.h"
16 16
17 // X forward decls to avoid including Xlib.h in a header file. 17 // X forward decls to avoid including Xlib.h in a header file.
18 typedef struct _XDisplay XDisplay; 18 typedef struct _XDisplay XDisplay;
19 typedef unsigned long XID; 19 typedef unsigned long XID;
20 typedef XID Window; 20 typedef XID Window;
21 21
22 namespace ui { 22 namespace ui {
23 class MouseEvent; 23 class MouseEvent;
24 } 24 }
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 namespace test { 107 namespace test {
108 108
109 // Set the default value of the override redirect flag used to 109 // Set the default value of the override redirect flag used to
110 // create a X window for WindowTreeHostX11. 110 // create a X window for WindowTreeHostX11.
111 AURA_EXPORT void SetUseOverrideRedirectWindowByDefault(bool override_redirect); 111 AURA_EXPORT void SetUseOverrideRedirectWindowByDefault(bool override_redirect);
112 112
113 } // namespace test 113 } // namespace test
114 } // namespace aura 114 } // namespace aura
115 115
116 #endif // UI_AURA_WINDOW_TREE_HOST_X11_H_ 116 #endif // UI_AURA_WINDOW_TREE_HOST_X11_H_
OLDNEW
« no previous file with comments | « ui/aura/window_tree_host_ozone.h ('k') | ui/base/cocoa/base_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698