DescriptionFix fake mouse move event on scroll
We made LayoutObject::previousPaintInvalidationRect() private but
DeprecatedPaintLayerScrollArea is a friend of LayoutObject, so missed
the change. This caused incorrect fake mouse move event on composited
scroll.
Will fix the friend access issue in
https://codereview.chromium.org/1306993002/.
BUG=516016
TEST=fast/events/overflow-composited-scroll-fake-mouse-move.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201028
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove explicit timeout on failure #Patch Set 3 : Fix dependency #
Messages
Total messages: 14 (6 generated)
|