Fix DCHECK crash failed: object->isLayoutNGBlockFlow() in Inline Builder

We cannot cast every inline floating object to LayoutNGBlockFlow
because not all of them support LayoutNG. We need to use
NGBlockNode->Layout which supports legacy layout as well.

BUG=635619

Review-Url: https://codereview.chromium.org/2773183003
Cr-Commit-Position: refs/heads/master@{#459620}
2 files changed