| Index: sky/engine/core/html/canvas/WebGLContextGroup.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextGroup.h b/sky/engine/core/html/canvas/WebGLContextGroup.h
|
| index 551fff4e203fbddb18d34e9cb0674a99fb75858c..2e533ceafe2eeb7e35479602569137ce9cd08e2b 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextGroup.h
|
| +++ b/sky/engine/core/html/canvas/WebGLContextGroup.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLContextGroup_h
|
| -#define WebGLContextGroup_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLCONTEXTGROUP_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLCONTEXTGROUP_H_
|
|
|
| #include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
| #include "sky/engine/wtf/HashSet.h"
|
| @@ -77,4 +77,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebGLContextGroup_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLCONTEXTGROUP_H_
|
|
|