Toggling caret browsing should invalidate style.
When caret browsing is enabled it should cause the cursor to start blinking if it wasn't already. To do this, it's sufficient to just invalidate style. This results in calling FrameCaret::UpdateStyleAndLayoutIfNeeded() which starts the caret timer if needed. Bug: 1116658 Change-Id: I55a249878a1646a358a584e6ffccd501bfdd8189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357963 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Auto-Submit: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#798961}
Showing
Please register or sign in to comment