summaryrefslogtreecommitdiffstats
path: root/cc/debug/debug_rect_history.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug/debug_rect_history.cc')
-rw-r--r--cc/debug/debug_rect_history.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/debug_rect_history.cc b/cc/debug/debug_rect_history.cc
index 9fa90a5..fc57e84 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(