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