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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/debug_rect_history.h
diff --git a/cc/trees/debug_rect_history.h b/cc/trees/debug_rect_history.h
index 008cf6045ec2d88d9f2250fe3c118de17094922f..183cddeb775eb8c3be2e3a7fa58e283aafbe3a75 100644
--- a/cc/trees/debug_rect_history.h
+++ b/cc/trees/debug_rect_history.h
@@ -87,8 +87,7 @@ class DebugRectHistory {
void SaveScrollEventHandlerRectsCallback(LayerImpl* layer);
void SaveNonFastScrollableRects(LayerTreeImpl* layer);
void SaveNonFastScrollableRectsCallback(LayerImpl* layer);
- void SaveLayerAnimationBoundsRects(
- const LayerImplList& render_surface_layer_list);
+ void SaveLayerAnimationBoundsRects(LayerTreeImpl* tree_impl);
std::vector<DebugRect> debug_rects_;
« 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