DescriptionIntroduce 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200801
Patch Set 1 : 2015-08-19T12:39:43 #
Messages
Total messages: 6 (2 generated)
|