Prevent to show context menu after unlocked
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / tizen / WebContextMenuProxyTizen.h
index 98586e0..cd7bdd5 100644 (file)
@@ -71,6 +71,10 @@ private:
 #if ENABLE(TIZEN_WEBKIT2_CONTEXT_MENU_TEXT_SELECTION_MODE)
     WebCore::IntPoint m_positionForSelection;
 #endif
+
+#if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
+    bool m_isContextMenuForTextSelection;
+#endif
 };