| Index: content/browser/android/overscroll_glow.h
|
| diff --git a/content/browser/android/overscroll_glow.h b/content/browser/android/overscroll_glow.h
|
| index 80a1b106cf4ace93b5ea0a5dcc3ef5e45e43190c..6ae45dde4acaa415dd9d2784e3e20d8ea8506a77 100644
|
| --- a/content/browser/android/overscroll_glow.h
|
| +++ b/content/browser/android/overscroll_glow.h
|
| @@ -59,9 +59,9 @@ class OverscrollGlow {
|
|
|
| // Update the effect according to the most recent display parameters,
|
| // Note: All dimensions are in device pixels.
|
| - void UpdateDisplay(const gfx::SizeF& viewport_size,
|
| - const gfx::SizeF& content_size,
|
| - const gfx::Vector2dF& content_scroll_offset);
|
| + void OnFrameUpdated(const gfx::SizeF& viewport_size,
|
| + const gfx::SizeF& content_size,
|
| + const gfx::Vector2dF& content_scroll_offset);
|
|
|
| // Reset the effect to its inactive state, clearing any active effects.
|
| void Reset();
|
|
|