Chromium Code Reviews| Index: cc/debug/debug_rect_history.cc |
| =================================================================== |
| --- cc/debug/debug_rect_history.cc (revision 190264) |
| +++ cc/debug/debug_rect_history.cc (working copy) |
| @@ -87,7 +87,7 @@ |
| ++layer_index) { |
| LayerImpl* layer = layer_list[layer_index]; |
| - if (LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerImpl>( |
| + if (LayerTreeHostCommon::renderSurfaceContributesToTarget<LayerImpl>( |
| layer, render_surface_layer->id())) |
| continue; |