Index: cc/test/animation_test_common.cc |
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
index 01e33bbff4c0136cc1b6831f809ec0cf9bce12f1..a9a674f302d7db23889dcc1621d6088ba8e12362 100644 |
--- a/cc/test/animation_test_common.cc |
+++ b/cc/test/animation_test_common.cc |
@@ -200,7 +200,7 @@ void FakeLayerAnimationValueObserver::OnTransformAnimated( |
} |
void FakeLayerAnimationValueObserver::OnScrollOffsetAnimated( |
- gfx::Vector2dF scroll_offset) { |
+ const gfx::Vector2dF& scroll_offset) { |
scroll_offset_ = scroll_offset; |
} |