| Index: sky/engine/core/html/canvas/WebGLSharedWebGraphicsContext3D.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLSharedWebGraphicsContext3D.h b/sky/engine/core/html/canvas/WebGLSharedWebGraphicsContext3D.h
|
| index da494b230d44a2d313e5032a539229139ec414ff..48b401d4bdad8cbf48febd85b0540f40e5cc68ae 100644
|
| --- a/sky/engine/core/html/canvas/WebGLSharedWebGraphicsContext3D.h
|
| +++ b/sky/engine/core/html/canvas/WebGLSharedWebGraphicsContext3D.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WebGLSharedWebGraphicsContext3D_h
|
| -#define WebGLSharedWebGraphicsContext3D_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLSHAREDWEBGRAPHICSCONTEXT3D_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLSHAREDWEBGRAPHICSCONTEXT3D_H_
|
|
|
| #include "sky/engine/wtf/Forward.h"
|
| #include "sky/engine/wtf/RefCounted.h"
|
| @@ -45,4 +45,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // WebGLSharedWebGraphicsContext3D_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLSHAREDWEBGRAPHICSCONTEXT3D_H_
|
|
|