summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CachedRoot.h
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2009-06-24 11:27:13 -0400
committerCary Clark <cary@android.com>2009-06-24 14:12:54 -0400
commit0181faa1ffede024c2712df19ae7c855a8cf64e3 (patch)
treeb8bc2dd39718cfd707195fd95031c564d602162d /WebKit/android/nav/CachedRoot.h
parent8520036e325f7e1ef2351410a555610f05d15957 (diff)
downloadexternal_webkit-0181faa1ffede024c2712df19ae7c855a8cf64e3.zip
external_webkit-0181faa1ffede024c2712df19ae7c855a8cf64e3.tar.gz
external_webkit-0181faa1ffede024c2712df19ae7c855a8cf64e3.tar.bz2
set trackball click to the edge of the text field, not the middle
Add clicking, key debug statements in WebViewCore.cpp. Fix dumping nav tree to use NamedNodeMap. Set click point to be start of text field, end of text area, middle of others. Make CachedRoot::getSimulatedMousePosition, callers const
Diffstat (limited to 'WebKit/android/nav/CachedRoot.h')
-rw-r--r--WebKit/android/nav/CachedRoot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/nav/CachedRoot.h b/WebKit/android/nav/CachedRoot.h
index 1167a22..38ab2d8 100644
--- a/WebKit/android/nav/CachedRoot.h
+++ b/WebKit/android/nav/CachedRoot.h
@@ -56,7 +56,7 @@ public:
SkPicture* getPicture() { return mPicture; }
int getAndResetSelectionEnd();
int getAndResetSelectionStart();
- void getSimulatedMousePosition(WebCore::IntPoint* );
+ void getSimulatedMousePosition(WebCore::IntPoint* ) const;
void init(WebCore::Frame* , CachedHistory* );
bool innerDown(const CachedNode* , BestData* ) const;
bool innerLeft(const CachedNode* , BestData* ) const;