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

Unified Diff: include/android/SkBRDAllocator.h

Issue 1438873002: Move SkBitmapRegionDecoder to include/android and src/android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
Index: include/android/SkBRDAllocator.h
diff --git a/tools/android/SkBRDAllocator.h b/include/android/SkBRDAllocator.h
similarity index 85%
rename from tools/android/SkBRDAllocator.h
rename to include/android/SkBRDAllocator.h
index d587c03f49a68edd82b9994f8a12292c6c569cc5..3ca30c9b4119a1eb4e6b5c712d974a20f5de0bb6 100644
--- a/tools/android/SkBRDAllocator.h
+++ b/include/android/SkBRDAllocator.h
@@ -5,6 +5,9 @@
* found in the LICENSE file.
*/
+#ifndef SkBRDAllocator_DEFINED
scroggo 2015/11/12 01:04:28 This is a step towards fixing Android's master-ski
+#define SkBRDAllocator_DEFINED
+
#include "SkBitmap.h"
#include "SkCodec.h"
@@ -22,3 +25,5 @@ public:
*/
virtual SkCodec::ZeroInitialized zeroInit() const = 0;
};
+
+#endif // SkBRDAllocator_DEFINED

Powered by Google App Engine
This is Rietveld 408576698