commit | 19644b613ef14434abe11e6cd16eb9e06057c9c6 | [log] [tgz] |
---|---|---|
author | Jonathan Dixon <joth@google.com> | Wed Dec 21 14:21:36 2011 +0000 |
committer | Jonathan Dixon <joth@google.com> | Wed Dec 21 14:21:36 2011 +0000 |
tree | a22b8ba231079e9d7dfbababe45a5c154413aeaa | |
parent | e4f0034226731724b67201d69fb4034ef857e2d3 [diff] |
Make WebView.HitTestResult static - we can do this, because HitTestResult never had a published constructor so the only code that can create it has always lived in this package. - doing this makes the class design cleaner, and smooths the way for allowing the new WebView implementation to deal in these results in contexts where the appropriate WebView instance is not readily available. Change-Id: I9e1f1c0faeb16436b1861aab3c2871a5851dfb54