| Index: sky/engine/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLRenderingContext.h b/sky/engine/core/html/canvas/WebGLRenderingContext.h
|
| index 83e13616fc5f4bf2c508197fdc45da8d289d7a4e..89d6a8a612f2536f8d984c90eda08d087f3c98d1 100644
|
| --- a/sky/engine/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/sky/engine/core/html/canvas/WebGLRenderingContext.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLRenderingContext_h
|
| -#define WebGLRenderingContext_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLRENDERINGCONTEXT_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLRENDERINGCONTEXT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
| @@ -74,4 +74,4 @@ DEFINE_TYPE_CASTS(WebGLRenderingContext, CanvasRenderingContext, context,
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebGLRenderingContext_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLRENDERINGCONTEXT_H_
|
|
|