| Index: sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| diff --git a/sky/engine/core/html/canvas/OESVertexArrayObject.h b/sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| index 0ffed97af555ff682c205782aa3a79962f6a5f2b..eaa1ecdb2d62c0e6e1be78493f277ac9f734fcf8 100644
|
| --- a/sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| +++ b/sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef OESVertexArrayObject_h
|
| -#define OESVertexArrayObject_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_OESVERTEXARRAYOBJECT_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_OESVERTEXARRAYOBJECT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // OESVertexArrayObject_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_OESVERTEXARRAYOBJECT_H_
|
|
|