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

Unified Diff: src/gpu/GrAAConvexPathRenderer.h

Issue 325843002: Add some missing header include guards (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Moved header guards as per tfarina's comment Created 6 years, 6 months 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 | src/gpu/GrReducedClip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrAAConvexPathRenderer.h
diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAConvexPathRenderer.h
index 62394a3a74bb98cc6b15fe09e7145643555c0d86..4dd858509e12767eb1cecb83e738d0ec5769f19d 100644
--- a/src/gpu/GrAAConvexPathRenderer.h
+++ b/src/gpu/GrAAConvexPathRenderer.h
@@ -6,8 +6,10 @@
* found in the LICENSE file.
*/
-#include "GrPathRenderer.h"
+#ifndef GrAAConvexPathRenderer_DEFINED
+#define GrAAConvexPathRenderer_DEFINED
+#include "GrPathRenderer.h"
class GrAAConvexPathRenderer : public GrPathRenderer {
public:
@@ -24,3 +26,5 @@ protected:
GrDrawTarget* target,
bool antiAlias) SK_OVERRIDE;
};
+
+#endif
« no previous file with comments | « no previous file | src/gpu/GrReducedClip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698