| Index: cc/debug/debug_rect_history.cc
|
| diff --git a/cc/debug/debug_rect_history.cc b/cc/debug/debug_rect_history.cc
|
| index 9fa90a5bd363e3617c42db2885a9bf3922809355..fc57e84c70a512cdaea124277badf8bb9df24c5b 100644
|
| --- a/cc/debug/debug_rect_history.cc
|
| +++ b/cc/debug/debug_rect_history.cc
|
| @@ -78,7 +78,7 @@ void DebugRectHistory::SavePaintRects(LayerImpl* layer) {
|
| }
|
|
|
| for (unsigned i = 0; i < layer->children().size(); ++i)
|
| - SavePaintRects(layer->children()[i]);
|
| + SavePaintRects(layer->children()[i].get());
|
| }
|
|
|
| void DebugRectHistory::SavePropertyChangedRects(
|
|
|