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

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

Issue 2751783002: cc: Replace LayerIterator with iterator that walks layer list and effect tree (Closed)
Patch Set: Rebase Created 3 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/damage_tracker.cc ('k') | cc/trees/debug_rect_history.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 CC_TREES_DEBUG_RECT_HISTORY_H_ 5 #ifndef CC_TREES_DEBUG_RECT_HISTORY_H_
6 #define CC_TREES_DEBUG_RECT_HISTORY_H_ 6 #define CC_TREES_DEBUG_RECT_HISTORY_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 LayerImpl* hud_layer); 80 LayerImpl* hud_layer);
81 void SaveSurfaceDamageRects(const LayerImplList& render_surface_layer_list); 81 void SaveSurfaceDamageRects(const LayerImplList& render_surface_layer_list);
82 void SaveScreenSpaceRects(const LayerImplList& render_surface_layer_list); 82 void SaveScreenSpaceRects(const LayerImplList& render_surface_layer_list);
83 void SaveTouchEventHandlerRects(LayerTreeImpl* layer); 83 void SaveTouchEventHandlerRects(LayerTreeImpl* layer);
84 void SaveTouchEventHandlerRectsCallback(LayerImpl* layer); 84 void SaveTouchEventHandlerRectsCallback(LayerImpl* layer);
85 void SaveWheelEventHandlerRects(LayerTreeImpl* tree_impl); 85 void SaveWheelEventHandlerRects(LayerTreeImpl* tree_impl);
86 void SaveScrollEventHandlerRects(LayerTreeImpl* layer); 86 void SaveScrollEventHandlerRects(LayerTreeImpl* layer);
87 void SaveScrollEventHandlerRectsCallback(LayerImpl* layer); 87 void SaveScrollEventHandlerRectsCallback(LayerImpl* layer);
88 void SaveNonFastScrollableRects(LayerTreeImpl* layer); 88 void SaveNonFastScrollableRects(LayerTreeImpl* layer);
89 void SaveNonFastScrollableRectsCallback(LayerImpl* layer); 89 void SaveNonFastScrollableRectsCallback(LayerImpl* layer);
90 void SaveLayerAnimationBoundsRects( 90 void SaveLayerAnimationBoundsRects(LayerTreeImpl* tree_impl);
91 const LayerImplList& render_surface_layer_list);
92 91
93 std::vector<DebugRect> debug_rects_; 92 std::vector<DebugRect> debug_rects_;
94 93
95 DISALLOW_COPY_AND_ASSIGN(DebugRectHistory); 94 DISALLOW_COPY_AND_ASSIGN(DebugRectHistory);
96 }; 95 };
97 96
98 } // namespace cc 97 } // namespace cc
99 98
100 #endif // CC_TREES_DEBUG_RECT_HISTORY_H_ 99 #endif // CC_TREES_DEBUG_RECT_HISTORY_H_
OLDNEW
« no previous file with comments | « cc/trees/damage_tracker.cc ('k') | cc/trees/debug_rect_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698