| Index: sky/engine/core/animation/CompositorAnimations.h
|
| diff --git a/sky/engine/core/animation/CompositorAnimations.h b/sky/engine/core/animation/CompositorAnimations.h
|
| index 190e63b42b60929a5ec2f58d10b2a522f8eaab34..706953b8fd55904bed6e6300f453aa74119b48d5 100644
|
| --- a/sky/engine/core/animation/CompositorAnimations.h
|
| +++ b/sky/engine/core/animation/CompositorAnimations.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CompositorAnimations_h
|
| -#define CompositorAnimations_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_COMPOSITORANIMATIONS_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_COMPOSITORANIMATIONS_H_
|
|
|
| #include "sky/engine/core/animation/AnimationEffect.h"
|
| #include "sky/engine/core/animation/Timing.h"
|
| @@ -82,4 +82,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_COMPOSITORANIMATIONS_H_
|
|
|