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

Unified Diff: tools/android/SkBRDAllocator.h

Issue 1440883002: Add include guards for SkBRDAllocator (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/SkBRDAllocator.h
diff --git a/tools/android/SkBRDAllocator.h b/tools/android/SkBRDAllocator.h
index d587c03f49a68edd82b9994f8a12292c6c569cc5..f003af6f6f17b1ba8e543ef8b4c5a371031adb6d 100644
--- a/tools/android/SkBRDAllocator.h
+++ b/tools/android/SkBRDAllocator.h
@@ -5,6 +5,9 @@
* found in the LICENSE file.
*/
+#ifndef SkBRDAllocator_DEFINED
+#define SkBRDAllocator_DEFINED
+
#include "SkBitmap.h"
#include "SkCodec.h"
@@ -22,3 +25,5 @@ public:
*/
virtual SkCodec::ZeroInitialized zeroInit() const = 0;
};
+
+#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698