| Index: sky/engine/core/html/canvas/CanvasStyle.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasStyle.h b/sky/engine/core/html/canvas/CanvasStyle.h
|
| index c254279f7d06ed42cba9244c58cf5fae19265f94..373602467413a58ad30c21bfbaf386d131094eef 100644
|
| --- a/sky/engine/core/html/canvas/CanvasStyle.h
|
| +++ b/sky/engine/core/html/canvas/CanvasStyle.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CanvasStyle_h
|
| -#define CanvasStyle_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_CANVASSTYLE_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_CANVASSTYLE_H_
|
|
|
| #include "sky/engine/platform/graphics/Color.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -103,4 +103,4 @@ namespace blink {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_CANVASSTYLE_H_
|
|
|