Index: tests/PathOpsThreadedCommon.h |
diff --git a/tests/PathOpsThreadedCommon.h b/tests/PathOpsThreadedCommon.h |
index a638cd2fdf593ae839ac09af324b6c0bb9dda121..a423b72f53e609db3af7ac169d29277e77fd2589 100644 |
--- a/tests/PathOpsThreadedCommon.h |
+++ b/tests/PathOpsThreadedCommon.h |
@@ -8,7 +8,7 @@ |
#define PathOpsThreadedCommon_DEFINED |
#include "SkGraphics.h" |
-#include "SkRunnable.h" |
+#include "Runnable.h" |
#include "SkTDArray.h" |
#define PATH_STR_SIZE 512 |
@@ -48,7 +48,7 @@ public: |
skiatest::Reporter* fReporter; |
}; |
-class PathOpsThreadedRunnable : public SkRunnable { |
+class PathOpsThreadedRunnable : public Runnable { |
public: |
PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d, |
PathOpsThreadedTestRunner* runner) { |