| Index: third_party/WebKit/Source/core/frame/TopControls.h
|
| diff --git a/third_party/WebKit/Source/core/frame/TopControls.h b/third_party/WebKit/Source/core/frame/TopControls.h
|
| index 05c59b8f0146d113a15eee52b0500bc44ba65fa4..e6cf1593371023b2dfb60078e9fad4aa4d38e020 100644
|
| --- a/third_party/WebKit/Source/core/frame/TopControls.h
|
| +++ b/third_party/WebKit/Source/core/frame/TopControls.h
|
| @@ -44,8 +44,8 @@ class CORE_EXPORT TopControls final : public GarbageCollected<TopControls> {
|
|
|
| void scrollBegin();
|
|
|
| - // Scrolls top controls vertically if possible and returns the remaining scroll
|
| - // amount.
|
| + // Scrolls top controls vertically if possible and returns the remaining
|
| + // scroll amount.
|
| FloatSize scrollBy(FloatSize scrollDelta);
|
|
|
| private:
|
|
|