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

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

Issue 110283005: Make aura_demo work on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix resolve Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/aura/test/test_focus_client.h ('k') | ui/base/clipboard/clipboard.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_ROOT_WINDOW_HOST_H_ 5 #ifndef UI_AURA_ROOT_WINDOW_HOST_H_
6 #define UI_AURA_ROOT_WINDOW_HOST_H_ 6 #define UI_AURA_ROOT_WINDOW_HOST_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/event_types.h"
10 #include "base/message_loop/message_loop.h" 11 #include "base/message_loop/message_loop.h"
11 #include "ui/aura/aura_export.h" 12 #include "ui/aura/aura_export.h"
12 #include "ui/base/cursor/cursor.h" 13 #include "ui/base/cursor/cursor.h"
13 #include "ui/gfx/native_widget_types.h" 14 #include "ui/gfx/native_widget_types.h"
14 15
15 namespace gfx { 16 namespace gfx {
16 class Insets; 17 class Insets;
17 class Point; 18 class Point;
18 class Rect; 19 class Rect;
19 class Size; 20 class Size;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 scoped_ptr<ui::Compositor> compositor_; 166 scoped_ptr<ui::Compositor> compositor_;
166 167
167 scoped_ptr<RootWindowTransformer> transformer_; 168 scoped_ptr<RootWindowTransformer> transformer_;
168 169
169 DISALLOW_COPY_AND_ASSIGN(RootWindowHost); 170 DISALLOW_COPY_AND_ASSIGN(RootWindowHost);
170 }; 171 };
171 172
172 } // namespace aura 173 } // namespace aura
173 174
174 #endif // UI_AURA_ROOT_WINDOW_HOST_H_ 175 #endif // UI_AURA_ROOT_WINDOW_HOST_H_
OLDNEW
« no previous file with comments | « ui/aura/test/test_focus_client.h ('k') | ui/base/clipboard/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698