Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2167)

Unified Diff: sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/css/parser/SizesCalcParserTest.cpp ('k') | sky/engine/core/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp
diff --git a/sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp b/sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp
index 7c0b20a0384f44ee9622dad7c3107e518a93f532..d3bec41325bbc480464a409586c4c68c29e2c194 100644
--- a/sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp
+++ b/sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp
@@ -28,33 +28,33 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/css/resolver/AnimatedStyleBuilder.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/css/resolver/AnimatedStyleBuilder.h"
-#include "core/animation/animatable/AnimatableClipPathOperation.h"
-#include "core/animation/animatable/AnimatableColor.h"
-#include "core/animation/animatable/AnimatableDouble.h"
-#include "core/animation/animatable/AnimatableFilterOperations.h"
-#include "core/animation/animatable/AnimatableImage.h"
-#include "core/animation/animatable/AnimatableLength.h"
-#include "core/animation/animatable/AnimatableLengthBox.h"
-#include "core/animation/animatable/AnimatableLengthBoxAndBool.h"
-#include "core/animation/animatable/AnimatableLengthPoint.h"
-#include "core/animation/animatable/AnimatableLengthPoint3D.h"
-#include "core/animation/animatable/AnimatableLengthSize.h"
-#include "core/animation/animatable/AnimatableRepeatable.h"
-#include "core/animation/animatable/AnimatableShadow.h"
-#include "core/animation/animatable/AnimatableShapeValue.h"
-#include "core/animation/animatable/AnimatableTransform.h"
-#include "core/animation/animatable/AnimatableUnknown.h"
-#include "core/animation/animatable/AnimatableValue.h"
-#include "core/css/CSSPrimitiveValueMappings.h"
-#include "core/css/CSSPropertyMetadata.h"
-#include "core/css/resolver/StyleBuilder.h"
-#include "core/css/resolver/StyleResolverState.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "wtf/MathExtras.h"
-#include "wtf/TypeTraits.h"
+#include "sky/engine/core/animation/animatable/AnimatableClipPathOperation.h"
+#include "sky/engine/core/animation/animatable/AnimatableColor.h"
+#include "sky/engine/core/animation/animatable/AnimatableDouble.h"
+#include "sky/engine/core/animation/animatable/AnimatableFilterOperations.h"
+#include "sky/engine/core/animation/animatable/AnimatableImage.h"
+#include "sky/engine/core/animation/animatable/AnimatableLength.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthBox.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthPoint.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthPoint3D.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthSize.h"
+#include "sky/engine/core/animation/animatable/AnimatableRepeatable.h"
+#include "sky/engine/core/animation/animatable/AnimatableShadow.h"
+#include "sky/engine/core/animation/animatable/AnimatableShapeValue.h"
+#include "sky/engine/core/animation/animatable/AnimatableTransform.h"
+#include "sky/engine/core/animation/animatable/AnimatableUnknown.h"
+#include "sky/engine/core/animation/animatable/AnimatableValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValueMappings.h"
+#include "sky/engine/core/css/CSSPropertyMetadata.h"
+#include "sky/engine/core/css/resolver/StyleBuilder.h"
+#include "sky/engine/core/css/resolver/StyleResolverState.h"
+#include "sky/engine/core/rendering/style/RenderStyle.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/TypeTraits.h"
namespace blink {
« no previous file with comments | « sky/engine/core/css/parser/SizesCalcParserTest.cpp ('k') | sky/engine/core/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698