Get rid of a redundant parameter ResetCaretBlinkOption from FrameSelection::updateAppearance()
This patch gets rid of rid of a redundant parameter |ResetCaretBlinkOption| from |FrameSelection::updateAppearance()| with introducing |stopCaretBlinkTimer()| by calling |stopCaretBlinkTimer()| at call site which calls |updateAppearance()| with |ResetCaretBlink| to simplify source code for improving readability. This patch is a follow-up patch of http://crrev.com/1629213002, which simplifies code path in |updateAppearance()|. BUG=n/a TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1632673004 Cr-Commit-Position: refs/heads/master@{#371472}
Showing
Please register or sign in to comment