diff --git a/shell/browser/osr/osr_render_widget_host_view.h b/shell/browser/osr/osr_render_widget_host_view.h index 2ec006889a..3d023f985a 100644 --- a/shell/browser/osr/osr_render_widget_host_view.h +++ b/shell/browser/osr/osr_render_widget_host_view.h @@ -143,6 +143,7 @@ class OffScreenRenderWidgetHostView void ShowWithVisibility(content::PageVisibilityState page_visibility) final; void Destroy() override; void UpdateTooltipUnderCursor(const std::u16string&) override {} + void OnUnconfirmedTapConvertedToTap() override {} input::CursorManager* GetCursorManager() override; void CopyFromSurface( const gfx::Rect& src_rect,