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

Unified Diff: include/core/SkPixelRef.h

Issue 908943002: Port SkLazyPtr to new SkAtomics.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: includes 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 | « include/core/SkLazyPtr.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPixelRef.h
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 567e7fbf94b02ed8121fec68b30aab3fcee8367f..2a5e7ecbdcb59b521659adfe2dc8f5a9fa274336 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -10,6 +10,7 @@
#include "SkBitmap.h"
#include "SkDynamicAnnotations.h"
+#include "SkMutex.h"
#include "SkRefCnt.h"
#include "SkString.h"
#include "SkImageInfo.h"
@@ -35,7 +36,6 @@
class SkColorTable;
class SkData;
struct SkIRect;
-class SkMutex;
class GrTexture;
« no previous file with comments | « include/core/SkLazyPtr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698