commit | a6c2ddbf2aea42f3f7cf4c8af1e68586d589d415 | [log] [tgz] |
---|---|---|
author | Huahui Wu <hwu@google.com> | Mon Sep 27 10:22:40 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 27 10:22:41 2010 -0700 |
tree | 99e476746e497f7247dc8859229f2bb64da6558c | |
parent | 731a95a5f1399fededde0b6d529ad88e5d6e9456 [diff] | |
parent | 41865f4b0c5670369bf957ad72a867757fc6b356 [diff] |
Merge "Bug 2372180: pass multi-touch events from browser to webkit. Since the UI uses multi-touch for zooming, the event is passed to webkit only when the webpage doesn't allow zooming. 1. Updated the data structure TouchEventData in WebViewCore.java to take multiple points and used it everywhere. 2. Added a passMultiTouchToWebkit() function to do what its name means. 3. Added the multi-point touch support to dumprendertree."