DescriptionUnable to scroll in Chrome system URLs(history,settings,extension) pages
This code was attempting to take the fast scrolling path for RenderViews that
were not composited. Unfortunately, there's no way for the compositor to scroll
RenderViews that are not composited. Instead, we should bail out and run the
slow scrolling path.
This CL also removes some dead code from this function and updates the comments
to more accurately reflect reality.
R=jamesr@chromium.org
BUG=401878
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179875
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|