diff options
Diffstat (limited to 'cc/output/shader.cc')
-rw-r--r-- | cc/output/shader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/output/shader.cc b/cc/output/shader.cc index b752f46..1c7040e 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()); |