commit | 327dce9e36f86dcb57bc45da6273df27aab60b02 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Fri Apr 02 15:38:55 2010 -0700 |
committer | Grace Kloba <klobag@google.com> | Fri Apr 02 15:38:55 2010 -0700 |
tree | 86c8912d5c6b1a92e1aa6a4f8868aace42b1e719 | |
parent | 61c3a13e5f9d20c621f49598a0082063404c5f7e [diff] |
Make sure when WebView modified mScrollX/Y directly, onScrollChanged() is called so that the View system can do what it needs to adjust. As WebView's onScrollChanged will call sendOurVisibleRect(), we don't need to call it explicitly any more. Fix http://b/issue?id=2438457