Commit c9d1c31c authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Commit Bot

Remove unused code

Layout is always clean here.

Bug: None
Change-Id: I5e45083d0be1ac99bd25bbc183dbeb6126c83db2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438689
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812325}
parent df2acd5c
...@@ -1306,12 +1306,6 @@ void AXObjectCacheImpl::ChildrenChangedWithCleanLayout(Node* node) { ...@@ -1306,12 +1306,6 @@ void AXObjectCacheImpl::ChildrenChangedWithCleanLayout(Node* node) {
if (!node) if (!node)
return; return;
#ifndef NDEBUG
if (node->GetDocument().NeedsLayoutTreeUpdateForNode(*node)) {
LOG(ERROR) << "Node needs layout tree update: " << node;
node->ShowTreeForThisAcrossFrame();
}
#endif
DCHECK(!node->GetDocument().NeedsLayoutTreeUpdateForNode(*node)); DCHECK(!node->GetDocument().NeedsLayoutTreeUpdateForNode(*node));
ChildrenChangedWithCleanLayout(node, Get(node)); ChildrenChangedWithCleanLayout(node, Get(node));
......
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