Index: src/gpu/GrReducedClip.h |
diff --git a/src/gpu/GrReducedClip.h b/src/gpu/GrReducedClip.h |
index cbb03465fd00fa19079324d7177929ddb93cd697..e3a28cc0c573810db13522c3397aa34aaae41248 100644 |
--- a/src/gpu/GrReducedClip.h |
+++ b/src/gpu/GrReducedClip.h |
@@ -6,6 +6,9 @@ |
* found in the LICENSE file. |
*/ |
+#ifndef GrReducedClip_DEFINED |
+#define GrReducedClip_DEFINED |
+ |
#include "SkClipStack.h" |
#include "SkTLList.h" |
@@ -41,3 +44,5 @@ SK_API void ReduceClipStack(const SkClipStack& stack, |
bool* requiresAA = NULL); |
} // namespace GrReducedClip |
+ |
+#endif |