[M120 Migration] Fix show IME
[platform/framework/web/chromium-efl.git] / third_party / blink / renderer / core / exported / web_view_impl.h
index 195da37..b45d3c6 100644 (file)
@@ -246,6 +246,11 @@ class CORE_EXPORT WebViewImpl final : public WebView,
   const SessionStorageNamespaceId& GetSessionStorageNamespaceId() override;
   bool IsFencedFrameRoot() const override;
 
+#if BUILDFLAG(IS_TIZEN_TV)
+  bool IsHitScrollbar() override;
+  bool IsMouseDownEventSwallowed() override;
+#endif
+
 #if BUILDFLAG(IS_EFL)
   bool PaintSoftBitmap(SkCanvas*, const gfx::Rect&) override;
   bool HasAcceleratedCanvasWithinViewport() const override;