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

Unified Diff: cc/input/layer_scroll_offset_delegate.h

Issue 1251323002: Plumb smooth scrolling in Chromium compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: cc/input/layer_scroll_offset_delegate.h
diff --git a/cc/input/layer_scroll_offset_delegate.h b/cc/input/layer_scroll_offset_delegate.h
index 0afc4db89e333975c91ff57495f6811a70c18c57..a0c0e0d56032efcc39ed6e8497b1adf81ca4a811 100644
--- a/cc/input/layer_scroll_offset_delegate.h
+++ b/cc/input/layer_scroll_offset_delegate.h
@@ -44,12 +44,6 @@ class LayerScrollOffsetDelegate {
float min_page_scale_factor,
float max_page_scale_factor) = 0;
- // This is called by the compositor to check whether a delegate-managed fling
- // is active or not.
- // TODO(hush): Remove after WebView's smooth scrolling path is unified with
- // Chrome's.
- virtual bool IsExternalScrollActive() const = 0;
-
// This is called by the compositor when a fling hitting the root layer
// requires a scheduled animation update.
typedef base::Callback<void(base::TimeTicks)> AnimationCallback;

Powered by Google App Engine
This is Rietveld 408576698