Index: ui/android/overscroll_glow.cc |
diff --git a/ui/android/overscroll_glow.cc b/ui/android/overscroll_glow.cc |
index 7f3c43da3068c44a15e0fbb1e8a8f816619d8d16..0470d11ad178b0499b646e8c912bd1e3207f94f1 100644 |
--- a/ui/android/overscroll_glow.cc |
+++ b/ui/android/overscroll_glow.cc |
@@ -74,10 +74,10 @@ float OverscrollGlow::GetVisibleAlpha() const { |
} |
bool OverscrollGlow::OnOverscrolled(base::TimeTicks current_time, |
- const gfx::Vector2dF& accumulated_overscroll, |
- gfx::Vector2dF overscroll_delta, |
- gfx::Vector2dF velocity, |
- const gfx::Vector2dF& overscroll_location) { |
+ gfx::Vector2dF accumulated_overscroll, |
+ gfx::Vector2dF overscroll_delta, |
+ gfx::Vector2dF velocity, |
+ gfx::Vector2dF overscroll_location) { |
// The size of the glow determines the relative effect of the inputs; an |
// empty-sized effect is effectively disabled. |
if (viewport_size_.IsEmpty()) |