Index: src/gpu/GrAAConvexPathRenderer.h |
diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAConvexPathRenderer.h |
index 62394a3a74bb98cc6b15fe09e7145643555c0d86..e7dd7b3ceaff208706302fca33290c2487f6f87e 100644 |
--- a/src/gpu/GrAAConvexPathRenderer.h |
+++ b/src/gpu/GrAAConvexPathRenderer.h |
@@ -8,6 +8,8 @@ |
#include "GrPathRenderer.h" |
+#ifndef GrAAConvexPathRenderer_DEFINED |
tfarina
2014/06/09 18:42:10
please, put this before the include above.
|
+#define GrAAConvexPathRenderer_DEFINED |
class GrAAConvexPathRenderer : public GrPathRenderer { |
public: |
@@ -24,3 +26,5 @@ protected: |
GrDrawTarget* target, |
bool antiAlias) SK_OVERRIDE; |
}; |
+ |
+#endif |