Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698