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

Side by Side Diff: cc/trees/layer_tree_host_impl.h

Issue 1877073006: CC Animation: Make AnimationRegistrar a private member of AnimationHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « cc/trees/layer_tree_host.h ('k') | cc/trees/layer_tree_host_unittest_animation.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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 CC_TREES_LAYER_TREE_HOST_IMPL_H_ 5 #ifndef CC_TREES_LAYER_TREE_HOST_IMPL_H_
6 #define CC_TREES_LAYER_TREE_HOST_IMPL_H_ 6 #define CC_TREES_LAYER_TREE_HOST_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <set> 11 #include <set>
12 #include <string> 12 #include <string>
13 #include <unordered_map> 13 #include <unordered_map>
14 #include <vector> 14 #include <vector>
15 15
16 #include "base/callback.h" 16 #include "base/callback.h"
17 #include "base/macros.h" 17 #include "base/macros.h"
18 #include "base/time/time.h" 18 #include "base/time/time.h"
19 #include "cc/animation/animation_registrar.h"
20 #include "cc/animation/layer_tree_mutator.h" 19 #include "cc/animation/layer_tree_mutator.h"
21 #include "cc/base/cc_export.h" 20 #include "cc/base/cc_export.h"
22 #include "cc/base/synced_property.h" 21 #include "cc/base/synced_property.h"
23 #include "cc/debug/frame_timing_tracker.h" 22 #include "cc/debug/frame_timing_tracker.h"
24 #include "cc/debug/micro_benchmark_controller_impl.h" 23 #include "cc/debug/micro_benchmark_controller_impl.h"
25 #include "cc/input/input_handler.h" 24 #include "cc/input/input_handler.h"
26 #include "cc/input/scrollbar_animation_controller.h" 25 #include "cc/input/scrollbar_animation_controller.h"
27 #include "cc/input/top_controls_manager_client.h" 26 #include "cc/input/top_controls_manager_client.h"
28 #include "cc/layers/layer_collections.h" 27 #include "cc/layers/layer_collections.h"
29 #include "cc/layers/render_pass_sink.h" 28 #include "cc/layers/render_pass_sink.h"
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 std::unique_ptr<Viewport> viewport_; 868 std::unique_ptr<Viewport> viewport_;
870 869
871 LayerTreeMutator* mutator_; 870 LayerTreeMutator* mutator_;
872 871
873 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl); 872 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
874 }; 873 };
875 874
876 } // namespace cc 875 } // namespace cc
877 876
878 #endif // CC_TREES_LAYER_TREE_HOST_IMPL_H_ 877 #endif // CC_TREES_LAYER_TREE_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host.h ('k') | cc/trees/layer_tree_host_unittest_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698