DescriptionIgnore overflow clip on root layer if HitTestRequest::IgnoreClipping is set.
Previously, DeprecatedPaintLayer::hitTest could choose whether to clip to the
viewport by simply passing the appropriate hitTestRect param to hitTestLayer.
But with root layer scrolling, the viewport clip is reflected in the clip rects
computed by DeprecatedPaintLayerClipper which are cached and propagated down the
layer tree, so it is harder to ignore.
This change teaches DeprecatedPaintLayerClipper how to ignore the viewport clip.
BUG=499053
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197214
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||