| Index: sky/engine/platform/graphics/Path.h
|
| diff --git a/sky/engine/platform/graphics/Path.h b/sky/engine/platform/graphics/Path.h
|
| index 79a8c831985570d9c5cb0f9c6e323771d52192b5..5bbbf4fa0120e9e7b624e922f0210530cb657700 100644
|
| --- a/sky/engine/platform/graphics/Path.h
|
| +++ b/sky/engine/platform/graphics/Path.h
|
| @@ -26,8 +26,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Path_h
|
| -#define Path_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_PATH_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_PATH_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/RoundedRect.h"
|
| @@ -160,4 +160,4 @@ PLATFORM_EXPORT bool ellipseIsRenderable(float startAngle, float endAngle);
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_PATH_H_
|
|
|