[M108 Migration][Text Selection] Selection handles & Caret Selection
[platform/framework/web/chromium-efl.git] / tizen_src / chromium_impl / content / browser / renderer_host / rwhv_aura_offscreen_helper_efl.h
index e93b196..3d47eb6 100644 (file)
@@ -145,6 +145,10 @@ class CONTENT_EXPORT RWHVAuraOffscreenHelperEfl {
 
   bool IsFocusedNodeContentEditable() const { return is_content_editable_; }
 
+  void MoveCaret(const gfx::Point& point);
+  void SelectClosestWord(const gfx::Point& touch_point);
+  bool HasSelectableText();
+
  private:
   static void OnParentViewResize(void* data, Evas*, Evas_Object*, void*);
   static void EvasObjectImagePixelsGetCallback(void*, Evas_Object*);