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

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

Issue 1084533004: [Android] Disable the refresh effect for fullscreen HTML5 scenarios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/android/overscroll_controller_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5f76dab4352787e50898efb3158c9678e7523a2a..128b803eca23cae9b4dcc7397dab7a73c7c9cc84 100644
--- a/content/browser/android/overscroll_controller_android.h
+++ b/content/browser/android/overscroll_controller_android.h
@@ -79,7 +79,8 @@ class OverscrollControllerAndroid : public OverscrollGlowClient,
// TODO(jdduke): Factor out a common API from the two overscroll effects.
scoped_ptr<OverscrollGlow> glow_effect_;
scoped_ptr<OverscrollRefresh> refresh_effect_;
- bool has_initialized_refresh_effect_;
+
+ // For fullscreen HTML5 scenarios, the refresh effect will be disabled.
bool is_fullscreen_;
DISALLOW_COPY_AND_ASSIGN(OverscrollControllerAndroid);
« no previous file with comments | « no previous file | content/browser/android/overscroll_controller_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698