Commit 04762fbd authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Chromium LUCI CQ

Remove CHECKs for diagnosing crbug.com/1154604

Bug: 1154604, 1157226
Change-Id: I41038f1907c590d471f5a86fd13cc1e1a7df95bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589033Reviewed-by: default avatarStefan Zager <szager@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837180}
parent 6344bd6a
......@@ -2785,11 +2785,6 @@ bool LocalFrameView::RunPrePaintLifecyclePhase(
}
if (layout_view->ShouldCheckForPaintInvalidation()) {
owner->SetShouldCheckForPaintInvalidation();
} else {
// TODO(szager): Remove these after diagnosing crash
CHECK(!layout_view->ShouldCheckGeometryForPaintInvalidation());
CHECK(!layout_view
->DescendantShouldCheckGeometryForPaintInvalidation());
}
if (layout_view->EffectiveAllowedTouchActionChanged() ||
layout_view->DescendantEffectiveAllowedTouchActionChanged()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment