Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: src/pdf/SkPDFTypes.h

Issue 942153002: PDF: remove unnecessary mutexes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pdf/SkPDFStream.cpp ('k') | src/pdf/SkPDFTypes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « src/pdf/SkPDFStream.cpp ('k') | src/pdf/SkPDFTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698