 Chromium Code Reviews
 Chromium Code Reviews Issue 145313006:
  [#7] Pass gfx structs by const ref (gfx::Size)   (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 145313006:
  [#7] Pass gfx structs by const ref (gfx::Size)   (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: cc/output/shader.h | 
| diff --git a/cc/output/shader.h b/cc/output/shader.h | 
| index 9473ce8da382ab840ad7b3ce414f881bbc5a3afe..8b2a5d9bbafb390d38f49dc677b0e1aa8f2c8cb1 100644 | 
| --- a/cc/output/shader.h | 
| +++ b/cc/output/shader.h | 
| @@ -53,7 +53,7 @@ CC_EXPORT TexCoordPrecision TexCoordPrecisionRequired( | 
| gpu::gles2::GLES2Interface* context, | 
| int *highp_threshold_cache, | 
| int highp_threshold_min, | 
| - gfx::Size max_size); | 
| + const gfx::Size& max_size); | 
| class VertexShaderPosTex { | 
| public: |