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