| Index: src/pdf/SkPDFTypes.h
|
| diff --git a/src/pdf/SkPDFTypes.h b/src/pdf/SkPDFTypes.h
|
| index 54c59f28be9c375cacb7882be06323ec538391fc..7a72a38c78ad3dde76d18e2d312f474361fd00bc 100644
|
| --- a/src/pdf/SkPDFTypes.h
|
| +++ b/src/pdf/SkPDFTypes.h
|
| @@ -10,7 +10,6 @@
|
| #ifndef SkPDFTypes_DEFINED
|
| #define SkPDFTypes_DEFINED
|
|
|
| -#include "SkMutex.h"
|
| #include "SkRefCnt.h"
|
| #include "SkScalar.h"
|
| #include "SkString.h"
|
| @@ -384,7 +383,6 @@ private:
|
|
|
| static const int kMaxLen = 4095;
|
|
|
| - mutable SkMutex fMutex; // protects modifications to fValue
|
| SkTDArray<struct Rec> fValue;
|
|
|
| SkPDFObject* append(SkPDFName* key, SkPDFObject* value);
|
|
|