Move static member functions next{Previous,Next}Offset() and...
Move static member functions next{Previous,Next}Offset() and uncheckedPreviousOffsetForBackwardDeletion() out from PositionAlgorithm<Strategy> template class This patch moves a member function |next{Previous,Next}Offset()| and |uncheckedPreviousOffsetForBackwardDeletion()| out from |PositionAlgorithm<Strategy>| template class as non-member functions since they are independent from |Strategy| template parameter to simplify class declaration for improving code halth. BUG=518738 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1301023003 git-svn-id: svn://svn.chromium.org/blink/trunk@200892 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment