DescriptionFinalize rename of LayerImpl scroll offset methods.
This deletes stubs and renames all uses in tests for the following
methods that were renamed in https://codereview.chromium.org/800613009:
- LayerImpl::TotalScrollOffset was renamed to CurrentScrollOffset.
TotalScrollOffset is now a LayerTreeImpl-specific concept meaning the
sum of the inner and outer viewport current scroll offsets.
- LayerImpl::scroll_offset() was renamed to BaseScrollOffset. This is
the latest scroll offset pushed from the main thread.
- LayerImpl::SetScrollOffset() was renamed to
PushScrollOffsetFromMainThread. There are two ways to change the
scroll offset, either pushing from the main thread or directly doing
SetCurrentScrollOffset, corresponding to main-thread or impl-thread
scrolling.
BUG=
Committed: https://crrev.com/f998da84f5813c2874d0fcc2e71b44e8d4c04314
Cr-Commit-Position: refs/heads/master@{#314238}
Patch Set 1 #Patch Set 2 : Fix perftest compile #
Messages
Total messages: 7 (2 generated)
|