| Index: sky/engine/core/html/canvas/WebGLRenderingContextBase.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLRenderingContextBase.h b/sky/engine/core/html/canvas/WebGLRenderingContextBase.h
|
| index 15a6c66c875ca58faea11474da5e9709db02ecb8..c7b90a810514a87dd1df6fce647c179027577732 100644
|
| --- a/sky/engine/core/html/canvas/WebGLRenderingContextBase.h
|
| +++ b/sky/engine/core/html/canvas/WebGLRenderingContextBase.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLRenderingContextBase_h
|
| -#define WebGLRenderingContextBase_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLRENDERINGCONTEXTBASE_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLRENDERINGCONTEXTBASE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/Nullable.h"
|
| #include "sky/engine/core/dom/ActiveDOMObject.h"
|
| @@ -939,4 +939,4 @@ DEFINE_TYPE_CASTS(WebGLRenderingContextBase, CanvasRenderingContext, context, co
|
|
|
| WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::WebGLRenderingContextBase::TextureUnitState);
|
|
|
| -#endif // WebGLRenderingContextBase_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLRENDERINGCONTEXTBASE_H_
|
|
|