Index: tests/PathOpsThreadedCommon.h |
diff --git a/tests/PathOpsThreadedCommon.h b/tests/PathOpsThreadedCommon.h |
index e43afe1ac0862005561db7fb18ddfb3a4d2004f7..5bf5da268232c0f39435022919e508055e334f40 100644 |
--- a/tests/PathOpsThreadedCommon.h |
+++ b/tests/PathOpsThreadedCommon.h |
@@ -73,7 +73,7 @@ public: |
fTestFun = testFun; |
} |
- void run() SK_OVERRIDE { |
+ void run() override { |
SkBitmap bitmap; |
fState.fBitmap = &bitmap; |
char pathStr[PATH_STR_SIZE]; |