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

Unified Diff: src/lazy/SkDiscardableMemoryPool.h

Issue 896803002: Port SkRefCnt.h to new SkAtomics.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: benh Created 5 years, 11 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
Index: src/lazy/SkDiscardableMemoryPool.h
diff --git a/src/lazy/SkDiscardableMemoryPool.h b/src/lazy/SkDiscardableMemoryPool.h
index d141507004151360931df09b8622862dc480962b..33c176d3f2b51da8be9bc3ad1b814fcce6be667b 100644
--- a/src/lazy/SkDiscardableMemoryPool.h
+++ b/src/lazy/SkDiscardableMemoryPool.h
@@ -9,6 +9,7 @@
#define SkDiscardableMemoryPool_DEFINED
#include "SkDiscardableMemory.h"
+#include "SkMutex.h"
#ifndef SK_LAZY_CACHE_STATS
#ifdef SK_DEBUG

Powered by Google App Engine
This is Rietveld 408576698