You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable DCHECK in property_tree.cc, layer_tree_impl.cc
Certain DCHECKs may trigger when an element in a PropertyTree is being
animated, while at the same time the user is rapidly scrolling the
web page. Comments in related code seem to indicate these DCHECKs
were put in place to investigate cases where nonexistent tree nodes
were being animated. The code surrounding them seems to be guarded
against such cases, so they should be safe to disable.
These seem to be triggerable in upstream Chromium as well:
https://issues.chromium.org/issues/40226717
Task-number: QTBUG-122924
Change-Id: I9ba49272714467beff30cb4671e78542fe7e4bda
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/568625
Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
(cherry picked from commit 03019ab)
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/622866
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
0 commit comments