| 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_;
|
|
|
|
|