Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tests / PathOpsExtendedTest.h
index 5f3413c..49ac804 100644 (file)
@@ -8,6 +8,7 @@
 #define PathOpsExtendedTest_DEFINED
 
 #include "SkBitmap.h"
+#include "SkCommandLineFlags.h"
 #include "SkPath.h"
 #include "SkPathOpsTypes.h"
 #include "SkStream.h"
@@ -15,6 +16,8 @@
 #include "SkThreadUtils.h"
 #include "Test.h"
 
+DECLARE_bool(runFail);
+
 struct PathOpsThreadState;
 
 struct TestDesc {
@@ -36,7 +39,7 @@ extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadSt
                          const char* pathStr);
 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
 
-int initializeTests(skiatest::Reporter* reporter, const char* testName);
+void initializeTests(skiatest::Reporter* reporter, const char* testName);
 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType );
 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);