| Index: cc/debug/debug_rect_history.h
|
| diff --git a/cc/debug/debug_rect_history.h b/cc/debug/debug_rect_history.h
|
| index 4ffbd8ca8267180b8cd4ac2bb3f84f23fbc8bff6..93bbb8920a68c6edba87acee96570919f47c26e1 100644
|
| --- a/cc/debug/debug_rect_history.h
|
| +++ b/cc/debug/debug_rect_history.h
|
| @@ -69,7 +69,7 @@ class DebugRectHistory {
|
| // Note: Saving debug rects must happen before layers' change tracking is
|
| // reset.
|
| void SaveDebugRectsForCurrentFrame(
|
| - LayerImpl* root_layer,
|
| + LayerTreeImpl* tree_impl,
|
| LayerImpl* hud_layer,
|
| const LayerImplList& render_surface_layer_list,
|
| const LayerTreeDebugState& debug_state);
|
| @@ -79,7 +79,7 @@ class DebugRectHistory {
|
| private:
|
| DebugRectHistory();
|
|
|
| - void SavePaintRects(LayerImpl* layer);
|
| + void SavePaintRects(LayerTreeImpl* tree_impl);
|
| void SavePropertyChangedRects(const LayerImplList& render_surface_layer_list,
|
| LayerImpl* hud_layer);
|
| void SaveSurfaceDamageRects(
|
| @@ -88,7 +88,7 @@ class DebugRectHistory {
|
| const LayerImplList& render_surface_layer_list);
|
| void SaveTouchEventHandlerRects(LayerTreeImpl* layer);
|
| void SaveTouchEventHandlerRectsCallback(LayerImpl* layer);
|
| - void SaveWheelEventHandlerRects(LayerImpl* layer);
|
| + void SaveWheelEventHandlerRects(LayerTreeImpl* tree_impl);
|
| void SaveScrollEventHandlerRects(LayerTreeImpl* layer);
|
| void SaveScrollEventHandlerRectsCallback(LayerImpl* layer);
|
| void SaveNonFastScrollableRects(LayerTreeImpl* layer);
|
|
|