[chromium] Fix search tickmarks not disappearing when compositing is enabled
See: http://code.google.com/p/chromium/issues/detail?id=140927 The approach in this patch works, but I'm not convinced it's the best way to do it. Another approach might be to have WebViewImpl::invalidateRootLayerRect implicitly invalidate scrollbars, but then we'd have to figure out which layers were the scrollbar layers (or expose that on FrameView). Thoughts?
Created attachment 163664 [details] Patch
Comment on attachment 163664 [details] Patch Clearing flags on attachment: 163664 Committed r128358: <http://trac.webkit.org/changeset/128358>
All reviewed patches have been landed. Closing bug.