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 Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |