Fix 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 Review URL: https://codereview.chromium.org/1309983002 git-svn-id: svn://svn.chromium.org/blink/trunk@201028 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment