| Index: content/browser/android/overscroll_controller_android.h
|
| diff --git a/content/browser/android/overscroll_controller_android.h b/content/browser/android/overscroll_controller_android.h
|
| index 7db37c9bf0620e209215bc27de9c577c65994b94..199256c4fd62da39f9be8cd4bb916113d25519a8 100644
|
| --- a/content/browser/android/overscroll_controller_android.h
|
| +++ b/content/browser/android/overscroll_controller_android.h
|
| @@ -25,12 +25,12 @@ class Layer;
|
|
|
| namespace ui {
|
| class WindowAndroidCompositor;
|
| +struct DidOverscrollParams;
|
| }
|
|
|
| namespace content {
|
|
|
| class ContentViewCoreImpl;
|
| -struct DidOverscrollParams;
|
|
|
| // Glue class for handling all inputs into Android-specific overscroll effects,
|
| // both the passive overscroll glow and the active overscroll pull-to-refresh.
|
| @@ -50,7 +50,7 @@ class OverscrollControllerAndroid : public ui::OverscrollGlowClient {
|
| InputEventAckState ack_result);
|
|
|
| // To be called upon receipt of an overscroll event.
|
| - void OnOverscrolled(const DidOverscrollParams& overscroll_params);
|
| + void OnOverscrolled(const ui::DidOverscrollParams& overscroll_params);
|
|
|
| // Returns true if the effect still needs animation ticks.
|
| // Note: The effect will detach itself when no further animation is required.
|
|
|