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

Side by Side Diff: ui/aura/mus/window_tree_client.h

Issue 2884763002: Automated IWYU fix for TaskRunner includes. (Closed)
Patch Set: rebase on r472096 Created 3 years, 7 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 | « tools/battor_agent/battor_connection_impl.h ('k') | ui/compositor/compositor_unittest.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_MUS_WINDOW_TREE_CLIENT_H_ 5 #ifndef UI_AURA_MUS_WINDOW_TREE_CLIENT_H_
6 #define UI_AURA_MUS_WINDOW_TREE_CLIENT_H_ 6 #define UI_AURA_MUS_WINDOW_TREE_CLIENT_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
11 #include <memory> 11 #include <memory>
12 #include <set> 12 #include <set>
13 #include <string> 13 #include <string>
14 #include <vector> 14 #include <vector>
15 15
16 #include "base/atomicops.h" 16 #include "base/atomicops.h"
17 #include "base/compiler_specific.h" 17 #include "base/compiler_specific.h"
18 #include "base/macros.h" 18 #include "base/macros.h"
19 #include "base/memory/weak_ptr.h" 19 #include "base/memory/weak_ptr.h"
20 #include "base/observer_list.h" 20 #include "base/observer_list.h"
21 #include "base/single_thread_task_runner.h"
21 #include "cc/surfaces/local_surface_id_allocator.h" 22 #include "cc/surfaces/local_surface_id_allocator.h"
22 #include "mojo/public/cpp/bindings/associated_binding.h" 23 #include "mojo/public/cpp/bindings/associated_binding.h"
23 #include "mojo/public/cpp/bindings/strong_binding.h" 24 #include "mojo/public/cpp/bindings/strong_binding.h"
24 #include "services/ui/public/interfaces/window_tree.mojom.h" 25 #include "services/ui/public/interfaces/window_tree.mojom.h"
25 #include "ui/aura/aura_export.h" 26 #include "ui/aura/aura_export.h"
26 #include "ui/aura/client/transient_window_client_observer.h" 27 #include "ui/aura/client/transient_window_client_observer.h"
27 #include "ui/aura/mus/capture_synchronizer_delegate.h" 28 #include "ui/aura/mus/capture_synchronizer_delegate.h"
28 #include "ui/aura/mus/drag_drop_controller_host.h" 29 #include "ui/aura/mus/drag_drop_controller_host.h"
29 #include "ui/aura/mus/focus_synchronizer_delegate.h" 30 #include "ui/aura/mus/focus_synchronizer_delegate.h"
30 #include "ui/aura/mus/mus_types.h" 31 #include "ui/aura/mus/mus_types.h"
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 gfx::Insets normal_client_area_insets_; 643 gfx::Insets normal_client_area_insets_;
643 644
644 base::WeakPtrFactory<WindowTreeClient> weak_factory_; 645 base::WeakPtrFactory<WindowTreeClient> weak_factory_;
645 646
646 DISALLOW_COPY_AND_ASSIGN(WindowTreeClient); 647 DISALLOW_COPY_AND_ASSIGN(WindowTreeClient);
647 }; 648 };
648 649
649 } // namespace aura 650 } // namespace aura
650 651
651 #endif // UI_AURA_MUS_WINDOW_TREE_CLIENT_H_ 652 #endif // UI_AURA_MUS_WINDOW_TREE_CLIENT_H_
OLDNEW
« no previous file with comments | « tools/battor_agent/battor_connection_impl.h ('k') | ui/compositor/compositor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698