| Index: sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLActiveInfo.h b/sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| index fe9d59eac07d61d5e681c90f14f1294f30a6afff..38fac6ac3a29b9352c22835f9ecb12799d343488 100644
|
| --- a/sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| +++ b/sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLActiveInfo_h
|
| -#define WebGLActiveInfo_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLACTIVEINFO_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLACTIVEINFO_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/platform/graphics/GraphicsTypes3D.h"
|
| @@ -62,4 +62,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebGLActiveInfo_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLACTIVEINFO_H_
|
|
|