| Index: cc/layers/heads_up_display_layer.h
 | 
| diff --git a/cc/layers/heads_up_display_layer.h b/cc/layers/heads_up_display_layer.h
 | 
| index 4750fafc7ed34d832b500aa459377974d6bc34eb..91164294a5bbf84cc092b7f4bd670082ff296b83 100644
 | 
| --- a/cc/layers/heads_up_display_layer.h
 | 
| +++ b/cc/layers/heads_up_display_layer.h
 | 
| @@ -18,7 +18,7 @@
 | 
|    static scoped_refptr<HeadsUpDisplayLayer> Create();
 | 
|  
 | 
|    void PrepareForCalculateDrawProperties(
 | 
| -      const gfx::Size& device_viewport, float device_scale_factor);
 | 
| +      gfx::Size device_viewport, float device_scale_factor);
 | 
|  
 | 
|    virtual bool DrawsContent() const OVERRIDE;
 | 
|  
 | 
| 
 |