Chromium Code Reviews| Index: trunk/src/cc/debug/debug_colors.cc |
| =================================================================== |
| --- trunk/src/cc/debug/debug_colors.cc (revision 191370) |
| +++ trunk/src/cc/debug/debug_colors.cc (working copy) |
| @@ -8,7 +8,7 @@ |
| namespace cc { |
| -static float Scale(float width, const LayerTreeImpl* tree_impl) { |
| +static const float Scale(float width, const LayerTreeImpl* tree_impl) { |
| return width * (tree_impl ? tree_impl->device_scale_factor() : 1); |
| } |