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

Unified Diff: media/gpu/rendering_helper.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
« no previous file with comments | « media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc ('k') | net/dns/mdns_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/rendering_helper.cc
diff --git a/media/gpu/rendering_helper.cc b/media/gpu/rendering_helper.cc
index 1031ed43d592484e6b38d6b182ccb571f9350337..e6696ed9349f07da9711b6e1f782664e55e2f052 100644
--- a/media/gpu/rendering_helper.cc
+++ b/media/gpu/rendering_helper.cc
@@ -131,7 +131,7 @@ class RenderingHelper::StubOzoneDelegate : public ui::PlatformWindowDelegate {
void OnWindowStateChanged(ui::PlatformWindowState new_state) override {}
- void OnLostCapture() override{};
+ void OnLostCapture() override {}
void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget,
float device_pixel_ratio) override {
@@ -140,7 +140,7 @@ class RenderingHelper::StubOzoneDelegate : public ui::PlatformWindowDelegate {
void OnAcceleratedWidgetDestroyed() override { NOTREACHED(); }
- void OnActivationChanged(bool active) override{};
+ void OnActivationChanged(bool active) override {}
gfx::AcceleratedWidget accelerated_widget() const {
return accelerated_widget_;
« no previous file with comments | « media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc ('k') | net/dns/mdns_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698