From 36352bf5e38f45a70ee4f4fc132a38048d38206d Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 25 Mar 2015 18:17:31 -0700 Subject: C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} NOPRESUBMIT=true BUG=skia: DOCS_PREVIEW= https://skia.org/?cl=1037793002 Review URL: https://codereview.chromium.org/1037793002 --- src/gpu/gl/GrGLCaps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/gl/GrGLCaps.h') diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h index e0d2bf6d7c..d81e34b35e 100644 --- a/src/gpu/gl/GrGLCaps.h +++ b/src/gpu/gl/GrGLCaps.h @@ -99,7 +99,7 @@ public: /** * Resets the caps such that nothing is supported. */ - void reset() SK_OVERRIDE; + void reset() override; /** * Initializes the GrGLCaps to the set of features supported in the current @@ -271,7 +271,7 @@ public: /** * Returns a string containing the caps info. */ - SkString dump() const SK_OVERRIDE; + SkString dump() const override; /** * LATC can appear under one of three possible names. In order to know -- cgit v1.2.3