From 69b83f926f1a987b2ac28797d0a2427d0b3f6a23 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Tue, 22 Nov 2022 16:30:02 +0100 Subject: FIXUP: Update TextSelection for non-user initiated events Fix compiler warning. Change-Id: I3339548a63b5213c109791dc66996b7d6119bd48 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/444728 Reviewed-by: Allan Sandfeld Jensen --- chromium/third_party/blink/renderer/core/frame/web_local_frame_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium/third_party/blink/renderer/core/frame/web_local_frame_impl.h b/chromium/third_party/blink/renderer/core/frame/web_local_frame_impl.h index 744ab643f4a..3ff5dd989a3 100644 --- a/chromium/third_party/blink/renderer/core/frame/web_local_frame_impl.h +++ b/chromium/third_party/blink/renderer/core/frame/web_local_frame_impl.h @@ -218,7 +218,7 @@ class CORE_EXPORT WebLocalFrameImpl final void TextSelectionChanged(const WebString& selection_text, uint32_t offset, const gfx::Range& range, - bool); + bool) override; bool SelectAroundCaret(mojom::blink::SelectionGranularity granularity, bool should_show_handle, bool should_show_context_menu); -- cgit v1.2.1