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

Unified Diff: tools/skpdiff/SkDiffContext.h

Issue 61603008: Remove mutex around image decoding in skpdiff. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « no previous file | tools/skpdiff/SkDiffContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skpdiff/SkDiffContext.h
diff --git a/tools/skpdiff/SkDiffContext.h b/tools/skpdiff/SkDiffContext.h
index 2d971059c2f725dce47b7c064c188b27a269db0c..c036c2ef6cd0c169f1a99a38319af124aff9fdcc 100644
--- a/tools/skpdiff/SkDiffContext.h
+++ b/tools/skpdiff/SkDiffContext.h
@@ -124,12 +124,6 @@ private:
SkTArray<DiffData> fDiffs;
};
- // This is needed to work around a bug in the multithreaded case where the
- // image decoders are crashing when large numbers of threads are invoking
- // the decoder at the same time.
- // see https://code.google.com/p/skia/issues/detail?id=1803
- SkMutex fImageMutex;
-
// Used to protect access to fRecords and ensure only one thread is
// adding new entries at a time.
SkMutex fRecordMutex;
« no previous file with comments | « no previous file | tools/skpdiff/SkDiffContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698