Index: cc/output/direct_renderer.cc |
diff --git a/cc/output/direct_renderer.cc b/cc/output/direct_renderer.cc |
index f90789d2145d8bce9c085c6c9df9b2b0fdcbfda1..251e5825be290a99ae9c7398884e3c003ee3a2f8 100644 |
--- a/cc/output/direct_renderer.cc |
+++ b/cc/output/direct_renderer.cc |
@@ -139,7 +139,7 @@ DirectRenderer::~DirectRenderer() {} |
bool DirectRenderer::CanReadPixels() const { return true; } |
void DirectRenderer::SetEnlargePassTextureAmountForTesting( |
- gfx::Vector2d amount) { |
+ const gfx::Vector2d& amount) { |
enlarge_pass_texture_amount_ = amount; |
} |