From 508a30a1af2a2005f932544357d0e0186e249413 Mon Sep 17 00:00:00 2001 From: John Reck Date: Tue, 8 May 2012 15:52:22 -0700 Subject: Set the default scrollTo back to animate = false Bug: 6427052 Originally changed as part of making keyboard navigation nicer, but had unintended side effects Change-Id: Ib3696490c0861df6a88e63e5af3a6e540e13986c --- Source/WebKit/android/jni/WebViewCore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h index 043953b..4603cb8 100644 --- a/Source/WebKit/android/jni/WebViewCore.h +++ b/Source/WebKit/android/jni/WebViewCore.h @@ -146,7 +146,7 @@ namespace android { * * This method calls Java to trigger a gradual scroll event. */ - void scrollTo(int x, int y, bool animate = true); + void scrollTo(int x, int y, bool animate = false); /** * Record the invalid rectangle -- cgit v1.1