diff options
Diffstat (limited to 'WebCore/page/Chrome.cpp')
-rw-r--r-- | WebCore/page/Chrome.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/WebCore/page/Chrome.cpp b/WebCore/page/Chrome.cpp index 799aaee..0124211 100644 --- a/WebCore/page/Chrome.cpp +++ b/WebCore/page/Chrome.cpp @@ -138,17 +138,10 @@ float Chrome::scaleFactor() return m_client->scaleFactor(); } -#ifdef ANDROID_USER_GESTURE -void Chrome::focus(bool userGesture) const -{ - m_client->focus(userGesture); -} -#else void Chrome::focus() const { m_client->focus(); } -#endif void Chrome::unfocus() const { |