Do not notify editor state during executing command
[framework/web/webkit-efl.git] / Source / WebCore / page / EditorClient.h
index 43f07fa..ff8b00f 100755 (executable)
@@ -163,6 +163,8 @@ public:
 
 #if ENABLE(TIZEN_ISF_PORT)
     virtual void didCancelComposition(Node*) = 0;
+    virtual void lockRespondToChangedSelection() = 0;
+    virtual void unlockRespondToChangedSelection() = 0;
 #endif
 };