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

Unified Diff: Source/platform/transforms/PerspectiveTransformOperation.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/PerspectiveTransformOperation.cpp
diff --git a/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp b/Source/platform/transforms/PerspectiveTransformOperation.cpp
similarity index 97%
rename from Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp
rename to Source/platform/transforms/PerspectiveTransformOperation.cpp
index b88a42f36a2c392e7dcd1169df41e4aa90344fe1..e4f7baf6d553fe24b51db9ed9611f84ff2871616 100644
--- a/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp
+++ b/Source/platform/transforms/PerspectiveTransformOperation.cpp
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
+#include "platform/transforms/PerspectiveTransformOperation.h"
#include "platform/animation/AnimationUtilities.h"
#include "wtf/MathExtras.h"
« no previous file with comments | « Source/platform/transforms/PerspectiveTransformOperation.h ('k') | Source/platform/transforms/RotateTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698