summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-05-08 15:52:22 -0700
committerJohn Reck <jreck@google.com>2012-05-08 15:52:22 -0700
commit508a30a1af2a2005f932544357d0e0186e249413 (patch)
treed199759019f8fb756b10329a5ad6b0ad264d2a13
parente19b4847176a5d05309947d1f57f57e5d63c7e61 (diff)
downloadexternal_webkit-508a30a1af2a2005f932544357d0e0186e249413.zip
external_webkit-508a30a1af2a2005f932544357d0e0186e249413.tar.gz
external_webkit-508a30a1af2a2005f932544357d0e0186e249413.tar.bz2
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
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h2
1 files changed, 1 insertions, 1 deletions
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