Index: src/codec/SkMasks.h |
diff --git a/src/codec/SkMasks.h b/src/codec/SkMasks.h |
index 31c684994017f3c174439f0005dde46238180562..082370466828009f781f6cbdb20d07d7379b6504 100644 |
--- a/src/codec/SkMasks.h |
+++ b/src/codec/SkMasks.h |
@@ -4,6 +4,9 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+#ifndef SkMasks_DEFINED |
+#define SkMasks_DEFINED |
+ |
#include "SkTypes.h" |
/* |
@@ -79,3 +82,5 @@ private: |
const MaskInfo fBlue; |
const MaskInfo fAlpha; |
}; |
+ |
+#endif |