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

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

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 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 | « third_party/leveldatabase/env_chromium.cc ('k') | ui/gfx/surface/accelerated_surface_win.cc » ('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_H_ 5 #ifndef UI_AURA_ROOT_WINDOW_H_
6 #define UI_AURA_ROOT_WINDOW_H_ 6 #define UI_AURA_ROOT_WINDOW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "base/message_loop.h" 12 #include "base/message_loop.h"
13 #include "base/task.h"
14 #include "ui/aura/aura_export.h" 13 #include "ui/aura/aura_export.h"
15 #include "ui/aura/cursor.h" 14 #include "ui/aura/cursor.h"
16 #include "ui/aura/focus_manager.h" 15 #include "ui/aura/focus_manager.h"
17 #include "ui/aura/window.h" 16 #include "ui/aura/window.h"
18 #include "ui/base/events.h" 17 #include "ui/base/events.h"
19 #include "ui/gfx/compositor/compositor.h" 18 #include "ui/gfx/compositor/compositor.h"
20 #include "ui/gfx/compositor/layer_animation_observer.h" 19 #include "ui/gfx/compositor/layer_animation_observer.h"
21 #include "ui/gfx/native_widget_types.h" 20 #include "ui/gfx/native_widget_types.h"
22 #include "ui/gfx/point.h" 21 #include "ui/gfx/point.h"
23 22
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 Window* mouse_moved_handler_; 218 Window* mouse_moved_handler_;
220 Window* focused_window_; 219 Window* focused_window_;
221 Window* touch_event_handler_; 220 Window* touch_event_handler_;
222 221
223 DISALLOW_COPY_AND_ASSIGN(RootWindow); 222 DISALLOW_COPY_AND_ASSIGN(RootWindow);
224 }; 223 };
225 224
226 } // namespace aura 225 } // namespace aura
227 226
228 #endif // UI_AURA_ROOT_WINDOW_H_ 227 #endif // UI_AURA_ROOT_WINDOW_H_
OLDNEW
« no previous file with comments | « third_party/leveldatabase/env_chromium.cc ('k') | ui/gfx/surface/accelerated_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698