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

Unified Diff: content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc

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: content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc
diff --git a/content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc b/content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc
index b3b234f888dec1a667cb00f4712965b137f10f8c..75fca126f4778e4d7c45cb5626145e51a0ce1d43 100644
--- a/content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc
+++ b/content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc
@@ -22,7 +22,7 @@ class TestBeginFrameObserver : public cc::BeginFrameObserverBase {
return true;
}
- void OnBeginFrameSourcePausedChanged(bool paused) override {};
+ void OnBeginFrameSourcePausedChanged(bool paused) override {}
int begin_frame_count_ = 0;

Powered by Google App Engine
This is Rietveld 408576698