summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Chrome.h')
-rw-r--r--WebCore/page/Chrome.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/page/Chrome.h b/WebCore/page/Chrome.h
index 033311d..c562f33 100644
--- a/WebCore/page/Chrome.h
+++ b/WebCore/page/Chrome.h
@@ -76,7 +76,11 @@ namespace WebCore {
float scaleFactor();
+#ifdef ANDROID_USER_GESTURE
+ void focus(bool userGesture) const;
+#else
void focus() const;
+#endif
void unfocus() const;
bool canTakeFocus(FocusDirection) const;