Commit 02da93cc authored by Stefan Zager's avatar Stefan Zager Committed by Commit Bot

Remove CHECK after diagnosing crash.

BUG=730398
R=pdr@chromium.org

Change-Id: I61868a97e920d0131d672952b7d570181da11537
Reviewed-on: https://chromium-review.googlesource.com/565806Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Commit-Queue: Stefan Zager <szager@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485451}
parent 741f01f3
......@@ -1800,9 +1800,6 @@ void Document::ScheduleLayoutTreeUpdate() {
DCHECK(ShouldScheduleLayoutTreeUpdate());
DCHECK(NeedsLayoutTreeUpdate());
// TODO(szager): Remove this CHECK after checking crash reports.
CHECK(lifecycle_.GetState() != DocumentLifecycle::kInPerformLayout);
if (!View()->CanThrottleRendering())
GetPage()->Animator().ScheduleVisualUpdate(GetFrame());
lifecycle_.EnsureStateAtMost(DocumentLifecycle::kVisualUpdatePending);
......
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