Index: cc/output/shader.cc |
diff --git a/cc/output/shader.cc b/cc/output/shader.cc |
index b752f46134dd4f5f4d82c13f9b5edd0b8bfc1e8a..1c7040e51399c60faa6e4c7d157f2c64747c3386 100644 |
--- a/cc/output/shader.cc |
+++ b/cc/output/shader.cc |
@@ -146,7 +146,7 @@ TexCoordPrecision TexCoordPrecisionRequired(GLES2Interface* context, |
TexCoordPrecision TexCoordPrecisionRequired(GLES2Interface* context, |
int *highp_threshold_cache, |
int highp_threshold_min, |
- gfx::Size max_size) { |
+ const gfx::Size& max_size) { |
return TexCoordPrecisionRequired(context, |
highp_threshold_cache, highp_threshold_min, |
max_size.width(), max_size.height()); |