Index: content/browser/compositor/software_browser_compositor_output_surface.h |
diff --git a/content/browser/compositor/software_browser_compositor_output_surface.h b/content/browser/compositor/software_browser_compositor_output_surface.h |
index 788d9daa9e60b0c1e21761da3cce88d7137a10af..34a7a8597ee8019156376c95e709d683335ef553 100644 |
--- a/content/browser/compositor/software_browser_compositor_output_surface.h |
+++ b/content/browser/compositor/software_browser_compositor_output_surface.h |
@@ -34,7 +34,7 @@ class CONTENT_EXPORT SoftwareBrowserCompositorOutputSurface |
virtual ~SoftwareBrowserCompositorOutputSurface(); |
private: |
- virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE; |
+ virtual void SwapBuffers(cc::CompositorFrame* frame) override; |
// On the software path we need to explicitly call the proxy to update the |
// VSync parameters. |