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

Unified Diff: android_webview/browser/test/rendering_test.cc

Issue 1063853005: Unify Android Webview and Chrome's fling (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: add proguard Created 5 years, 6 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/browser/test/rendering_test.cc
diff --git a/android_webview/browser/test/rendering_test.cc b/android_webview/browser/test/rendering_test.cc
index a717413a0c5a91242da8d00b79bb71bf633ca37b..bac469e46ce20f1080f4c2fb93848248f9ec932c 100644
--- a/android_webview/browser/test/rendering_test.cc
+++ b/android_webview/browser/test/rendering_test.cc
@@ -93,7 +93,7 @@ gfx::Point RenderingTest::GetLocationOnScreen() {
return gfx::Point();
}
-bool RenderingTest::IsFlingActive() const {
+bool RenderingTest::IsSmoothScrollingActive() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698