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

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

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments Created 3 years, 7 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 f049bdc2cd9200ac46d1aa52407a2eb7bcd3938c..fcea76fb7e422394f723a642383559691a7ad7cf 100644
--- a/content/browser/android/overscroll_controller_android.h
+++ b/content/browser/android/overscroll_controller_android.h
@@ -75,6 +75,7 @@ class OverscrollControllerAndroid : public ui::OverscrollGlowClient {
const float dpi_scale_;
bool enabled_;
+ bool scroll_update_consumed_;
// TODO(jdduke): Factor out a common API from the two overscroll effects.
std::unique_ptr<ui::OverscrollGlow> glow_effect_;

Powered by Google App Engine
This is Rietveld 408576698