Commit 3d86792a authored by Daniel Libby's avatar Daniel Libby Committed by Commit Bot

Remove assert disabler for UpdatePaginationRecursive

From code inspection and tests, there are no longer any compositing
queries when calling UpdatePaginationRecursive.

Bug: 1007989
Change-Id: I74dea1aee271763e0d464c98ca3458015d3accd2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901359Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Commit-Queue: Daniel Libby <dlibby@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#714057}
parent 50d305f7
......@@ -323,12 +323,7 @@ void PaintLayer::UpdateLayerPositionsAfterLayout() {
ClearClipRects();
UpdateLayerPositionRecursive();
{
// FIXME: Remove incremental compositing updates after fixing the
// chicken/egg issues, https://crbug.com/343756
DisableCompositingQueryAsserts disabler;
UpdatePaginationRecursive(EnclosingPaginationLayer());
}
UpdatePaginationRecursive(EnclosingPaginationLayer());
}
void PaintLayer::UpdateLayerPositionRecursive() {
......
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