diff options
Diffstat (limited to 'cc/debug/debug_rect_history.cc')
-rw-r--r-- | cc/debug/debug_rect_history.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/debug_rect_history.cc b/cc/debug/debug_rect_history.cc index e7e7814..6433d8b 100644 --- a/cc/debug/debug_rect_history.cc +++ b/cc/debug/debug_rect_history.cc @@ -87,7 +87,7 @@ void DebugRectHistory::SavePropertyChangedRects( ++layer_index) { LayerImpl* layer = layer_list[layer_index]; - if (LayerTreeHostCommon::renderSurfaceContributesToTarget<LayerImpl>( + if (LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerImpl>( layer, render_surface_layer->id())) continue; |