[M120 Migration] Fix show IME
[platform/framework/web/chromium-efl.git] / third_party / blink / renderer / core / input / event_handler.h
index 8046846..d48f4bc 100644 (file)
@@ -254,6 +254,8 @@ class CORE_EXPORT EventHandler final : public GarbageCollected<EventHandler> {
   void ClearDragState();
 
 #if BUILDFLAG(IS_TIZEN_TV)
+  bool MousePressEventSwallowed() const { return mouse_press_event_swallowed_; }
+  bool PressedScrollbar() const { return pressed_scrollbar_; }
   bool ScrollNewPosition(const ScrollOffset&, LocalFrameView*);
   bool ScrollWithMultiplier(const ScrollOffset&, Node*);
 #endif
@@ -477,6 +479,8 @@ class CORE_EXPORT EventHandler final : public GarbageCollected<EventHandler> {
 
 #if BUILDFLAG(IS_TIZEN_TV)
   bool handled_mouse_left_button_press_event_ = false;
+  bool mouse_press_event_swallowed_ = false;
+  bool pressed_scrollbar_ = false;
 #endif
 
   // ShouldShowIBeamForNode's unit tests: