| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| index 7aac587954eebb77b8b35faa8682e470a531fca8..f2134c91f2b537c99afc5786a24692547e2d2b5b 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
|
| @@ -139,8 +139,8 @@ class TestScrollAnimator : public ScrollAnimator {
|
| public:
|
| TestScrollAnimator(ScrollableArea* scrollable_area,
|
| WTF::TimeFunction timing_function)
|
| - : ScrollAnimator(scrollable_area, timing_function){};
|
| - ~TestScrollAnimator() override{};
|
| + : ScrollAnimator(scrollable_area, timing_function) {}
|
| + ~TestScrollAnimator() override {}
|
|
|
| void SetShouldSendToCompositor(bool send) {
|
| should_send_to_compositor_ = send;
|
|
|