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

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

Issue 894193005: [Android] Use the platform SwipeRefreshLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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_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();
« no previous file with comments | « content/browser/android/overscroll_controller_android.cc ('k') | content/browser/android/overscroll_glow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698