Bug 96536 - [chromium] Fix search tickmarks not disappearing when compositing is enabled
Summary: [chromium] Fix search tickmarks not disappearing when compositing is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrienne Walker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 11:37 PDT by Adrienne Walker
Modified: 2012-09-12 14:03 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.10 KB, patch)
2012-09-12 11:44 PDT, Adrienne Walker
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2012-09-12 11:37:56 PDT
[chromium] Fix search tickmarks not disappearing when compositing is enabled
Comment 1 Adrienne Walker 2012-09-12 11:44:49 PDT
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?
Comment 2 Adrienne Walker 2012-09-12 11:44:59 PDT
Created attachment 163664 [details]
Patch
Comment 3 WebKit Review Bot 2012-09-12 14:03:50 PDT
Comment on attachment 163664 [details]
Patch

Clearing flags on attachment: 163664

Committed r128358: <http://trac.webkit.org/changeset/128358>
Comment 4 WebKit Review Bot 2012-09-12 14:03:53 PDT
All reviewed patches have been landed.  Closing bug.