Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(995)

Unified Diff: content/browser/android/overscroll_controller_android.h

Issue 2240273002: Move |DidOverscrollParams| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DidOverscrollParams to ui:: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « no previous file | content/browser/android/overscroll_controller_android.cc » ('j') | ui/events/blink/did_overscroll_params.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698