summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree
diff options
context:
space:
mode:
authorHuahui Wu <hwu@google.com>2011-01-24 12:07:37 -0800
committerHuahui Wu <hwu@google.com>2011-01-24 12:07:37 -0800
commitf93246923f0a8c85fddb508533d63d59977f75eb (patch)
treee8e9764d83bcd55892ba650bd82cb4e3489f3de2 /tests/DumpRenderTree
parentda6f9295840b0e74f61afa273ce2a767d8148af7 (diff)
downloadframeworks_base-f93246923f0a8c85fddb508533d63d59977f75eb.zip
frameworks_base-f93246923f0a8c85fddb508533d63d59977f75eb.tar.gz
frameworks_base-f93246923f0a8c85fddb508533d63d59977f75eb.tar.bz2
A few small cleanning-ups.
1. Remove mDeferMultiTouch in WebView, it was for testing only but we don't need it now since we always pass MultiTouch to WebKit. 2. Remove the use of mDeferMultiTouch in DRT tests. 3. Correct the index of getX(Y) for the second touch point in the debug string of MotionEvent. Change-Id: Ib63cfc5935af1a169ed26b2b138f74908492bc18
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java b/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
index 9c4fa97..3ea4911 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
@@ -158,10 +158,6 @@ public class TestShellActivity extends Activity implements LayoutTestController
// WebView::setJsFlags is noop in JSC build.
mWebView.setJsFlags("--expose_gc");
- // Always send multitouch events to Webkit since the layout test
- // is only for the Webkit not the browser's UI.
- mWebView.setDeferMultiTouch(true);
-
mHandler = new AsyncHandler();
Intent intent = getIntent();