aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsThreadedCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsThreadedCommon.h')
-rw-r--r--tests/PathOpsThreadedCommon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/PathOpsThreadedCommon.h b/tests/PathOpsThreadedCommon.h
index 1462aa2251..706da6b110 100644
--- a/tests/PathOpsThreadedCommon.h
+++ b/tests/PathOpsThreadedCommon.h
@@ -11,9 +11,10 @@
#include "SkGraphics.h"
#include "SkPath.h"
#include "SkPathOps.h"
-#include "SkString.h"
#include "SkTDArray.h"
+#include <string>
+
#define PATH_STR_SIZE 512
class PathOpsThreadedRunnable;
@@ -27,7 +28,7 @@ struct PathOpsThreadState {
unsigned char fB;
unsigned char fC;
unsigned char fD;
- SkString fPathStr;
+ std::string fPathStr;
const char* fKey;
char fSerialNo[256];
skiatest::Reporter* fReporter;