| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| index 40c01cc11cbf5e01e480309a0c04c405a4bd9e98..ca416c778653e32a6b278778fe5bcace0080027d 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -115,9 +115,9 @@ class CORE_EXPORT RootFrameViewport final
|
| ScrollBehavior,
|
| ViewportToScrollFirst);
|
|
|
| - // If either of the layout or visual viewports are scrolled explicitly (i.e. not
|
| - // through this class), their updated offset will not be reflected in this class'
|
| - // animator so use this method to pull updated values when necessary.
|
| + // If either of the layout or visual viewports are scrolled explicitly (i.e.
|
| + // not through this class), their updated offset will not be reflected in this
|
| + // class' animator so use this method to pull updated values when necessary.
|
| void updateScrollAnimator();
|
|
|
| ScrollableArea& visualViewport() const {
|
|
|