Block selection gaps are not invalidated
https://codereview.chromium.org/620553009 moved the selection to invalidate-after-compositing-updates, except that it lied and we still do some invalidations on the spot. This is needed as we don't store the old selection information so we can't generate the old selection invalidation rect later. This change just generates the invalidation on the spot for block selection gaps (like we do for normal selection). The long-term fix will be to store the old rect but it requires more thoughts and we need some quick fix for this nasty issue. BUG=421380 Review URL: https://codereview.chromium.org/659983002 git-svn-id: svn://svn.chromium.org/blink/trunk@183890 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment