Introduce isRenderedCharacter(Position) function
This patch introduces |isRenderedCharacter(Position)()| as replacement of |PositionAlgorithm<Strategy>::isRenderedCharacter()| to simplify source code for improving code health, since |isRenderedCharacter()| is used only for positions in DOM tree, thus we don't need to have composed tree version. This patch is a part of |Position| class cleanup to reduce |LayoutObject| dependency. BUG=518738 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1286993006 git-svn-id: svn://svn.chromium.org/blink/trunk@200801 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment