| Index: sky/engine/core/html/canvas/WebGLSharedObject.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLSharedObject.h b/sky/engine/core/html/canvas/WebGLSharedObject.h
|
| index 53bec90bd3c5078aa94aede523af6287eb766aae..c7eeea8f819068d5e6f425fa38fb419fccb51230 100644
|
| --- a/sky/engine/core/html/canvas/WebGLSharedObject.h
|
| +++ b/sky/engine/core/html/canvas/WebGLSharedObject.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLSharedObject_h
|
| -#define WebGLSharedObject_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLSHAREDOBJECT_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLSHAREDOBJECT_H_
|
|
|
| #include "sky/engine/core/html/canvas/WebGLObject.h"
|
|
|
| @@ -70,4 +70,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebGLSharedObject_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLSHAREDOBJECT_H_
|
|
|