| Index: sky/engine/core/rendering/ClipPathOperation.h
|
| diff --git a/sky/engine/core/rendering/ClipPathOperation.h b/sky/engine/core/rendering/ClipPathOperation.h
|
| index 800339601e29413e8d6993794615b75d5bddf3b6..0d878ab9d0252a1c1ad036a54a4b8f39ac523202 100644
|
| --- a/sky/engine/core/rendering/ClipPathOperation.h
|
| +++ b/sky/engine/core/rendering/ClipPathOperation.h
|
| @@ -27,8 +27,8 @@
|
| * SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ClipPathOperation_h
|
| -#define ClipPathOperation_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_CLIPPATHOPERATION_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_CLIPPATHOPERATION_H_
|
|
|
| #include "sky/engine/core/rendering/style/BasicShapes.h"
|
| #include "sky/engine/platform/graphics/Path.h"
|
| @@ -109,4 +109,4 @@ inline bool ShapeClipPathOperation::operator==(const ClipPathOperation& o) const
|
|
|
| }
|
|
|
| -#endif // ClipPathOperation_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_CLIPPATHOPERATION_H_
|
|
|