| Index: tests/PathOpsExtendedTest.h
|
| diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h
|
| index a854410139d7cb2474d387f60095206f07dec051..49ac80451cbab89c669f40c74d64e719fdf69d89 100644
|
| --- a/tests/PathOpsExtendedTest.h
|
| +++ b/tests/PathOpsExtendedTest.h
|
| @@ -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 {
|
|
|