Bug 68739

Summary: We shouldn't have to update compositing state in order to hit test RenderLayers
Product: WebKit Reporter: James Robinson <jamesr>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: cmarrin, dw.im, eric, esprehn, jamesr, simon.fraser, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

James Robinson
Reported 2011-09-23 15:18:57 PDT
Currently RenderLayer::hitTestLayer updates compositing layers. This doesn't really make much sense, compositing and hit testing are orthogonal concepts. It should be safe to remove this logic. We should also make sure we have sufficient test coverage in this area.
Attachments
Note You need to log in before you can comment on or make changes to this bug.