DescriptionMove TextAutosizer::Cluster::Cluster() implementation to .cpp.
This way we won't have to include LayoutObject.h in the header.
Also need an explicit ~TextAutoSizer() in the .cpp file now, because
ComputedStyle is only forward-declared in the header file, and TextAutoSizer
has a ComputedStyle RefPtr Vector. The need for this was presumably introduced
by https://codereview.chromium.org/1999343002
BUG=614015
Committed: https://crrev.com/ae057e0a986c713b8d3b619d1e0f4be61a3f963c
Cr-Commit-Position: refs/heads/master@{#395773}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|