aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm_expectations.h
diff options
context:
space:
mode:
Diffstat (limited to 'gm/gm_expectations.h')
-rw-r--r--gm/gm_expectations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h
index 1cd6a1f756..89ba38579b 100644
--- a/gm/gm_expectations.h
+++ b/gm/gm_expectations.h
@@ -193,7 +193,7 @@ namespace skiagm {
*/
explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {}
- Expectations get(const char *testName) const SK_OVERRIDE ;
+ Expectations get(const char *testName) const override ;
private:
const SkString fRootDir;
@@ -212,7 +212,7 @@ namespace skiagm {
*/
explicit JsonExpectationsSource(const char *jsonPath);
- Expectations get(const char *testName) const SK_OVERRIDE;
+ Expectations get(const char *testName) const override;
private: