Get rid of a redundant function Position::deprecatedEditingOffset()
This patch gets rid of a |Position::deprecatedEditingOffset()| by replacing them to |computeEditingOffset()|, since |deprecatedEditingOffset()| is just calling a |computeEditingOffset()| to simplify code for improving code health. BUG=513114 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1300813002 git-svn-id: svn://svn.chromium.org/blink/trunk@200779 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment