Bug 96536

Summary: [chromium] Fix search tickmarks not disappearing when compositing is enabled
Product: WebKit Reporter: Adrienne Walker <enne>
Component: New BugsAssignee: Adrienne Walker <enne>
Status: RESOLVED FIXED    
Severity: Normal CC: enne, eric, jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.