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

Unified Diff: sky/engine/core/animation/KeyframeEffectModel.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
Index: sky/engine/core/animation/KeyframeEffectModel.cpp
diff --git a/sky/engine/core/animation/KeyframeEffectModel.cpp b/sky/engine/core/animation/KeyframeEffectModel.cpp
index c488278dc5cbf377a6a52ef42d606bfef73bfb4e..fffe2fec7aa555142a90fc61ca4dfa61924bd490 100644
--- a/sky/engine/core/animation/KeyframeEffectModel.cpp
+++ b/sky/engine/core/animation/KeyframeEffectModel.cpp
@@ -28,14 +28,14 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/animation/KeyframeEffectModel.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/animation/KeyframeEffectModel.h"
#include "gen/sky/core/StylePropertyShorthand.h"
-#include "core/animation/AnimationNode.h"
-#include "platform/geometry/FloatBox.h"
-#include "platform/transforms/TransformationMatrix.h"
-#include "wtf/text/StringHash.h"
+#include "sky/engine/core/animation/AnimationNode.h"
+#include "sky/engine/platform/geometry/FloatBox.h"
+#include "sky/engine/platform/transforms/TransformationMatrix.h"
+#include "sky/engine/wtf/text/StringHash.h"
namespace blink {
« no previous file with comments | « sky/engine/core/animation/KeyframeEffectModel.h ('k') | sky/engine/core/animation/KeyframeEffectModelTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698