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

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

Issue 799863004: not for commit/review (thread cost tracker) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/test/fake_tile_manager.cc ('k') | cc/trees/layer_tree_host_impl.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 <list> 8 #include <list>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/containers/hash_tables.h" 14 #include "base/containers/hash_tables.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/time/time.h" 16 #include "base/time/time.h"
17 #include "cc/animation/animation_events.h" 17 #include "cc/animation/animation_events.h"
18 #include "cc/animation/animation_registrar.h" 18 #include "cc/animation/animation_registrar.h"
19 #include "cc/animation/scrollbar_animation_controller.h" 19 #include "cc/animation/scrollbar_animation_controller.h"
20 #include "cc/base/cc_export.h" 20 #include "cc/base/cc_export.h"
21 #include "cc/base/synced_property.h" 21 #include "cc/base/synced_property.h"
22 #include "cc/debug/frame_timing_cost_tracker.h"
22 #include "cc/debug/micro_benchmark_controller_impl.h" 23 #include "cc/debug/micro_benchmark_controller_impl.h"
23 #include "cc/input/input_handler.h" 24 #include "cc/input/input_handler.h"
24 #include "cc/input/layer_scroll_offset_delegate.h" 25 #include "cc/input/layer_scroll_offset_delegate.h"
25 #include "cc/input/top_controls_manager_client.h" 26 #include "cc/input/top_controls_manager_client.h"
26 #include "cc/layers/layer_lists.h" 27 #include "cc/layers/layer_lists.h"
27 #include "cc/layers/render_pass_sink.h" 28 #include "cc/layers/render_pass_sink.h"
28 #include "cc/output/begin_frame_args.h" 29 #include "cc/output/begin_frame_args.h"
29 #include "cc/output/managed_memory_policy.h" 30 #include "cc/output/managed_memory_policy.h"
30 #include "cc/output/output_surface_client.h" 31 #include "cc/output/output_surface_client.h"
31 #include "cc/output/renderer.h" 32 #include "cc/output/renderer.h"
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 int id_; 721 int id_;
721 722
722 std::set<SwapPromiseMonitor*> swap_promise_monitor_; 723 std::set<SwapPromiseMonitor*> swap_promise_monitor_;
723 724
724 std::vector<PictureLayerImpl*> picture_layers_; 725 std::vector<PictureLayerImpl*> picture_layers_;
725 std::vector<PictureLayerImpl::Pair> picture_layer_pairs_; 726 std::vector<PictureLayerImpl::Pair> picture_layer_pairs_;
726 727
727 bool requires_high_res_to_draw_; 728 bool requires_high_res_to_draw_;
728 bool required_for_draw_tile_is_top_of_raster_queue_; 729 bool required_for_draw_tile_is_top_of_raster_queue_;
729 730
731 FrameTimingCostTracker frame_timing_cost_tracker_;
732
730 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl); 733 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
731 }; 734 };
732 735
733 } // namespace cc 736 } // namespace cc
734 737
735 #endif // CC_TREES_LAYER_TREE_HOST_IMPL_H_ 738 #endif // CC_TREES_LAYER_TREE_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698