[M120 Migration] Fix show IME
[platform/framework/web/chromium-efl.git] / third_party / blink / public / web / web_view.h
index e12739b..a2dcd9d 100644 (file)
@@ -516,6 +516,11 @@ class BLINK_EXPORT WebView {
   // Returns the number of live WebView instances in this process.
   static size_t GetWebViewCount();
 
+#if BUILDFLAG(IS_TIZEN_TV)
+  virtual bool IsHitScrollbar() { return false; }
+  virtual bool IsMouseDownEventSwallowed() { return false; }
+#endif
+
   // Sets whether web or OS-level Attribution Reporting is supported. See
   // https://github.com/WICG/attribution-reporting-api/blob/main/app_to_web.md
   virtual void SetPageAttributionSupport(