Commit 9e521eff authored by Rune Lillesveen's avatar Rune Lillesveen Committed by Commit Bot

Disable DCHECK causing flakiness in DWriteFontLookupTableBuilder.

TBR=drott@chromium.org

Bug: 977283
Change-Id: I4870a222ed6fcddfc716b6f3e43c5fcd126709e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1675804Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671992}
parent e1cecac6
......@@ -335,7 +335,8 @@ void DWriteFontLookupTableBuilder::QueueShareMemoryRegionWhenReady(
TRACE_EVENT0("dwrite,fonts",
"DWriteFontLookupTableBuilder::QueueShareMemoryRegionWhenReady");
DCHECK(!HasDWriteUniqueFontLookups());
DCHECK(!font_table_built_.IsSignaled());
// TODO(crbug.com/977283): Triggers in tests causing flakiness.
// DCHECK(!font_table_built_.IsSignaled());
pending_callbacks_.emplace_back(std::move(task_runner), std::move(callback));
}
......
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