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

Unified Diff: content/browser/compositor/offscreen_browser_compositor_output_surface.h

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/offscreen_browser_compositor_output_surface.h
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.h b/content/browser/compositor/offscreen_browser_compositor_output_surface.h
index 53af8a563cde3a6bc79ca8da82bbedf992b82e88..41d82d233d6e90c875888d4bab61a0a9908901f3 100644
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.h
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.h
@@ -55,7 +55,7 @@ class OffscreenBrowserCompositorOutputSurface
// BrowserCompositorOutputSurface implementation.
void OnReflectorChanged() override;
#if defined(OS_MACOSX)
- void SetSurfaceSuspendedForRecycle(bool suspended) override {};
+ void SetSurfaceSuspendedForRecycle(bool suspended) override {}
#endif
void OnSwapBuffersComplete(const std::vector<ui::LatencyInfo>& latency_info);
« no previous file with comments | « content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc ('k') | content/browser/download/download_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698