| Index: sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| index 4d85172397ab9227884958e1aa9958d1168df723..d191c76e9fb44bdc61824c9a3757e36a60a1ac65 100644
|
| --- a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| +++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DeferredLegacyStyleInterpolation_h
|
| -#define DeferredLegacyStyleInterpolation_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_DEFERREDLEGACYSTYLEINTERPOLATION_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_DEFERREDLEGACYSTYLEINTERPOLATION_H_
|
|
|
| #include "sky/engine/core/animation/StyleInterpolation.h"
|
| #include "sky/engine/core/css/CSSValue.h"
|
| @@ -46,4 +46,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_DEFERREDLEGACYSTYLEINTERPOLATION_H_
|
|
|