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