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

Unified Diff: android_webview/browser/parent_output_surface.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: android_webview/browser/parent_output_surface.h
diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h
index c79703b27fd1e664cdc991c3b8f44778f7c6b0b8..03cd5dd69456722b7fbf3f8a85619eae9809e786 100644
--- a/android_webview/browser/parent_output_surface.h
+++ b/android_webview/browser/parent_output_surface.h
@@ -16,8 +16,8 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
virtual ~ParentOutputSurface();
// OutputSurface overrides.
- virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE {}
- virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
+ virtual void Reshape(const gfx::Size& size, float scale_factor) override {}
+ virtual void SwapBuffers(cc::CompositorFrame* frame) override;
using cc::OutputSurface::SetExternalStencilTest;
void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip);

Powered by Google App Engine
This is Rietveld 408576698