| Index: sky/engine/core/html/canvas/EXTFragDepth.h
|
| diff --git a/sky/engine/core/html/canvas/EXTFragDepth.h b/sky/engine/core/html/canvas/EXTFragDepth.h
|
| index faca4355aca87cbcd06ef4109ad828e268e48c42..989271dbd4ecb1a88675317823eac7bc3ef58162 100644
|
| --- a/sky/engine/core/html/canvas/EXTFragDepth.h
|
| +++ b/sky/engine/core/html/canvas/EXTFragDepth.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EXTFragDepth_h
|
| -#define EXTFragDepth_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_EXTFRAGDEPTH_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_EXTFRAGDEPTH_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 // EXTFragDepth_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_EXTFRAGDEPTH_H_
|
|
|