Index: tests/SkpSkGrTest.cpp |
diff --git a/tests/SkpSkGrTest.cpp b/tests/SkpSkGrTest.cpp |
index c2f1a798d6e5cd5f337839b81be4288dc1a9e5fa..2c3c5b7fbf74f1514e673bf7b347833bcee0ceae 100644 |
--- a/tests/SkpSkGrTest.cpp |
+++ b/tests/SkpSkGrTest.cpp |
@@ -146,7 +146,7 @@ public: |
fTestFun = testFun; |
} |
- void run() SK_OVERRIDE { |
+ void run() override { |
SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024); |
(*fTestFun)(&fState); |
} |