aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsChalkboardTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsChalkboardTest.cpp')
-rw-r--r--tests/PathOpsChalkboardTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PathOpsChalkboardTest.cpp b/tests/PathOpsChalkboardTest.cpp
index 134da6b89f..5b6601336a 100644
--- a/tests/PathOpsChalkboardTest.cpp
+++ b/tests/PathOpsChalkboardTest.cpp
@@ -6,6 +6,7 @@
*/
#include "PathOpsExtendedTest.h"
#include "PathOpsThreadedCommon.h"
+#include "SkRandom.h"
#define TEST(name) { name, #name }
@@ -150,7 +151,7 @@ static void chalkboard_threaded(skiatest::Reporter* reporter, const char* filena
testlines ^= 0xFFFFFFFFFFFFFFFFLL;
}
*testRunner.fRunnables.append() =
- new PathOpsThreadedRunnable(&testChalkboard,
+ new PathOpsThreadedRunnable(&testChalkboard,
(int) (unsigned) (testlines & 0xFFFFFFFF),
(int) (unsigned) (testlines >> 32),
0, 0, &testRunner);