| Index: sky/engine/platform/graphics/Canvas2DLayerManager.h
|
| diff --git a/sky/engine/platform/graphics/Canvas2DLayerManager.h b/sky/engine/platform/graphics/Canvas2DLayerManager.h
|
| index 5de2540b09471803db0105a107e46b00a437362a..b282eb465350ddd3fbc6f8ec3f3f4dc37fa95378 100644
|
| --- a/sky/engine/platform/graphics/Canvas2DLayerManager.h
|
| +++ b/sky/engine/platform/graphics/Canvas2DLayerManager.h
|
| @@ -22,8 +22,8 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Canvas2DLayerManager_h
|
| -#define Canvas2DLayerManager_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_CANVAS2DLAYERMANAGER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_CANVAS2DLAYERMANAGER_H_
|
|
|
| #include "sky/engine/platform/Timer.h"
|
| #include "sky/engine/platform/graphics/Canvas2DLayerBridge.h"
|
| @@ -63,5 +63,5 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_CANVAS2DLAYERMANAGER_H_
|
|
|
|
|