diff options
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r-- | WebKit/android/jni/WebViewCore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index 0cbbec3..ae2a90d 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -326,7 +326,9 @@ namespace android { bool m_updatedFrameCache; bool m_useReplay; bool m_findIsUp; + bool m_blockNotifyFocus; static Mutex gRecomputeFocusMutex; + static Mutex gNotifyFocusMutex; WTF::Vector<int> m_recomputeEvents; // These two fields go together: we use the mutex to protect access to // m_buttons, so that we, and webview.cpp can look/modify the m_buttons |