Index: cc/output/direct_renderer.h |
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h |
index 08b75a13692e210f7d01950771ff290899ca6915..451c7d712ef84d143b0bee8adcbf4c7d1740e380 100644 |
--- a/cc/output/direct_renderer.h |
+++ b/cc/output/direct_renderer.h |
@@ -59,7 +59,7 @@ class CC_EXPORT DirectRenderer : public Renderer { |
bool disable_picture_quad_image_filtering; |
}; |
- void SetEnlargePassTextureAmountForTesting(gfx::Vector2d amount); |
+ void SetEnlargePassTextureAmountForTesting(const gfx::Vector2d& amount); |
protected: |
DirectRenderer(RendererClient* client, |