Move hasRenderedNonAnonymousDescendantsWithHeight() to VisibleUnits.cpp from Position.cpp
This patch moves |hasRenderedNonAnonymousDescendantsWithHeight()| form "Position.cpp" to "VisibleUnits.cpp" to reduce |InlineBox| dependency in "Position.cpp" for improving code health, since |hasRender...()| is independent from an implementation of |PositionAlgorithm| template class. BUG=518738 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1288873009 git-svn-id: svn://svn.chromium.org/blink/trunk@200896 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment