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

Unified Diff: Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 months 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: Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp b/Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp
index c8acb012bfef95df65851c8617871eaf5feb32e0..172b67161bbfa0a8d77b61c9eff32282a7cce824 100644
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp
+++ b/Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp
@@ -24,23 +24,23 @@
#include "config.h"
-#include "AnimationTranslationUtil.h"
+#include "core/platform/graphics/chromium/AnimationTranslationUtil.h"
-#include "IdentityTransformOperation.h"
#include "Length.h"
#include "LengthFunctions.h"
-#include "Matrix3DTransformOperation.h"
-#include "MatrixTransformOperation.h"
-#include "PerspectiveTransformOperation.h"
-#include "RotateTransformOperation.h"
-#include "ScaleTransformOperation.h"
#include "SkMatrix44.h"
-#include "SkewTransformOperation.h"
-#include "TransformOperations.h"
-#include "TransformSkMatrix44Conversions.h"
-#include "TranslateTransformOperation.h"
#include "core/platform/graphics/FloatSize.h"
#include "core/platform/graphics/GraphicsLayer.h"
+#include "core/platform/graphics/chromium/TransformSkMatrix44Conversions.h"
+#include "core/platform/graphics/transforms/IdentityTransformOperation.h"
+#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
+#include "core/platform/graphics/transforms/MatrixTransformOperation.h"
+#include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
+#include "core/platform/graphics/transforms/RotateTransformOperation.h"
+#include "core/platform/graphics/transforms/ScaleTransformOperation.h"
+#include "core/platform/graphics/transforms/SkewTransformOperation.h"
+#include "core/platform/graphics/transforms/TransformOperations.h"
+#include "core/platform/graphics/transforms/TranslateTransformOperation.h"
#include <public/Platform.h>
#include <public/WebAnimation.h>
« no previous file with comments | « Source/core/platform/graphics/SimpleFontData.cpp ('k') | Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698