Index: cc/debug/debug_colors.cc |
diff --git a/cc/debug/debug_colors.cc b/cc/debug/debug_colors.cc |
index 01e72bb2cf26744edfe2ee9bec9885f49ffbf4f9..068026111e881906ca55511e3349d409c6288ab5 100644 |
--- a/cc/debug/debug_colors.cc |
+++ b/cc/debug/debug_colors.cc |
@@ -8,7 +8,7 @@ |
namespace cc { |
-static const float Scale(float width, const LayerTreeImpl* tree_impl) { |
+static float Scale(float width, const LayerTreeImpl* tree_impl) { |
return width * (tree_impl ? tree_impl->device_scale_factor() : 1); |
} |