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

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

Issue 993613007: [Android] Add slack to allow refresh after overscrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 9 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 | « content/browser/android/edge_effect.cc ('k') | content/browser/android/edge_effect_l.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/edge_effect_base.h
diff --git a/content/browser/android/edge_effect_base.h b/content/browser/android/edge_effect_base.h
index f7df20dfe16c7b3954418f716fa0f471f9d09b5e..1947b4506e3cfbbe8258b534311f2e9f3cdceb1c 100644
--- a/content/browser/android/edge_effect_base.h
+++ b/content/browser/android/edge_effect_base.h
@@ -38,6 +38,7 @@ class EdgeEffectBase {
virtual void Finish() = 0;
virtual bool IsFinished() const = 0;
+ virtual float GetAlpha() const = 0;
virtual void ApplyToLayers(const gfx::SizeF& size,
const gfx::Transform& transform) = 0;
« no previous file with comments | « content/browser/android/edge_effect.cc ('k') | content/browser/android/edge_effect_l.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698