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

Unified Diff: android_webview/native/aw_contents.h

Issue 1251323002: Plumb smooth scrolling in Chromium compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a blink page scale animation 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 197f32e98e4c38b83ec59c2d7ca54288d9594f8c..bd72c78516276db9252dea915bb9ff723539fe47 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -204,7 +204,6 @@ class AwContents : public FindHelper::Listener,
void OnNewPicture() override;
gfx::Point GetLocationOnScreen() override;
void ScrollContainerViewTo(gfx::Vector2d new_value) override;
- bool IsSmoothScrollingActive() const override;
void UpdateScrollState(gfx::Vector2d max_scroll_offset,
gfx::SizeF contents_size_dip,
float page_scale_factor,

Powered by Google App Engine
This is Rietveld 408576698