From 213d248453fda4730d30279cf9e4023e496e5945 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 18 Feb 2026 08:49:41 +0300 Subject: [PATCH] qt5-webengine --- desktop/toolkit/qt5/qt5-webengine/actions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py index c445dc0ccd..ea2df383cb 100755 --- a/desktop/toolkit/qt5/qt5-webengine/actions.py +++ b/desktop/toolkit/qt5/qt5-webengine/actions.py @@ -36,6 +36,9 @@ def setup(): shelltools.system("sed -i '1i#include ' src/3rdparty/chromium/base/trace_event/trace_arguments.h") shelltools.system("sed -i '1s/^/#include \n/' src/3rdparty/chromium/cc/input/main_thread_scrolling_reason.h") + shelltools.system("sed -i '1s/^/#include \n/' src/3rdparty/chromium/cc/metrics/dropped_frame_counter.h") + shelltools.system("sed -i '1s/^/#include \n/' src/3rdparty/chromium/cc/input/snap_selection_strategy.h") + #shelltools.system("sh ./qtwebengine-release.sh") #shelltools.system("git submodule init") #shelltools.system("git submodule update")