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

Unified Diff: cc/trees/debug_rect_history.h

Issue 2834123002: cc: Replace render surface layer list with a render surface list (Closed)
Patch Set: Address review comments 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_unittest.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 183cddeb775eb8c3be2e3a7fa58e283aafbe3a75..7728237eb54adc05d3580f333015c91034320e44 100644
--- a/cc/trees/debug_rect_history.h
+++ b/cc/trees/debug_rect_history.h
@@ -67,7 +67,7 @@ class DebugRectHistory {
void SaveDebugRectsForCurrentFrame(
LayerTreeImpl* tree_impl,
LayerImpl* hud_layer,
- const LayerImplList& render_surface_layer_list,
+ const RenderSurfaceList& render_surface_list,
const LayerTreeDebugState& debug_state);
const std::vector<DebugRect>& debug_rects() { return debug_rects_; }
@@ -76,10 +76,9 @@ class DebugRectHistory {
DebugRectHistory();
void SavePaintRects(LayerTreeImpl* tree_impl);
- void SavePropertyChangedRects(const LayerImplList& render_surface_layer_list,
- LayerImpl* hud_layer);
- void SaveSurfaceDamageRects(const LayerImplList& render_surface_layer_list);
- void SaveScreenSpaceRects(const LayerImplList& render_surface_layer_list);
+ void SavePropertyChangedRects(LayerTreeImpl* tree_impl, LayerImpl* hud_layer);
+ void SaveSurfaceDamageRects(const RenderSurfaceList& render_surface_list);
+ void SaveScreenSpaceRects(const RenderSurfaceList& render_surface_list);
void SaveTouchEventHandlerRects(LayerTreeImpl* layer);
void SaveTouchEventHandlerRectsCallback(LayerImpl* layer);
void SaveWheelEventHandlerRects(LayerTreeImpl* tree_impl);
« no previous file with comments | « cc/trees/damage_tracker_unittest.cc ('k') | cc/trees/debug_rect_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698