| Index: sky/engine/core/html/canvas/WebGLDepthTexture.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLDepthTexture.h b/sky/engine/core/html/canvas/WebGLDepthTexture.h
|
| index c2d145d3057ceb1598fbc22bc9bed4750b2c4760..dfa2952db1b0df254d78e779e28bd4ad400cb7c8 100644
|
| --- a/sky/engine/core/html/canvas/WebGLDepthTexture.h
|
| +++ b/sky/engine/core/html/canvas/WebGLDepthTexture.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLDepthTexture_h
|
| -#define WebGLDepthTexture_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDEPTHTEXTURE_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDEPTHTEXTURE_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 // WebGLDepthTexture_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDEPTHTEXTURE_H_
|
|
|