| Index: sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| diff --git a/sky/engine/core/html/canvas/OESTextureHalfFloat.h b/sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| index 72708b7bac6db8be012228574a843c77ae4374de..c7ac877ef81945e9359c66a07fe708f8725a1fa9 100644
|
| --- a/sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| +++ b/sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef OESTextureHalfFloat_h
|
| -#define OESTextureHalfFloat_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_OESTEXTUREHALFFLOAT_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_OESTEXTUREHALFFLOAT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| @@ -48,4 +48,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // OESTextureHalfFloat_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_OESTEXTUREHALFFLOAT_H_
|
|
|