Index: src/core/SkBitmapHeap.h |
diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h |
index 07f629c77ae7731e920ee6e88d356b3bc60f0cf1..259d947923bf8524d253c38538d8303a0ee35172 100644 |
--- a/src/core/SkBitmapHeap.h |
+++ b/src/core/SkBitmapHeap.h |
@@ -12,7 +12,7 @@ |
#include "SkFlattenable.h" |
#include "SkRefCnt.h" |
#include "SkTDArray.h" |
-#include "SkThread.h" |
+#include "SkAtomics.h" |
/** |
* SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to... |
@@ -52,7 +52,7 @@ private: |
class SkBitmapHeapReader : public SkRefCnt { |
public: |
- |
+ |
SkBitmapHeapReader() : INHERITED() {} |
virtual SkBitmap* getBitmap(int32_t slot) const = 0; |
@@ -69,7 +69,7 @@ class SkBitmapHeap : public SkBitmapHeapReader { |
public: |
class ExternalStorage : public SkRefCnt { |
public: |
- |
+ |
virtual bool insert(const SkBitmap& bitmap, int32_t slot) = 0; |