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

Unified Diff: Source/platform/transforms/RotateTransformOperation.cpp

Issue 45553002: Move remaining classes in graphics/transforms to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix merge problem Created 7 years, 2 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/platform/transforms/RotateTransformOperation.cpp
diff --git a/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp b/Source/platform/transforms/RotateTransformOperation.cpp
similarity index 97%
rename from Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
rename to Source/platform/transforms/RotateTransformOperation.cpp
index 4065709374b31206bb169833c00a6c07ba9e5aba..94ab0d431f5be5ec2bcb002444378bc5d9ad49c0 100644
--- a/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
+++ b/Source/platform/transforms/RotateTransformOperation.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/transforms/RotateTransformOperation.h"
+#include "platform/transforms/RotateTransformOperation.h"
#include "platform/animation/AnimationUtilities.h"
#include "wtf/MathExtras.h"
« no previous file with comments | « Source/platform/transforms/RotateTransformOperation.h ('k') | Source/platform/transforms/ScaleTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698