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

Unified Diff: third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp

Issue 2801623005: Rewrite references to "wtf/" to "platform/wtf/" in platform/transforms. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp
diff --git a/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp b/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp
index 039224118b2b69b297c092c592fe06b1c931b3d3..5073873efd508d2e5e13f59b65a02a42d1c44f29 100644
--- a/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp
+++ b/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp
@@ -26,7 +26,7 @@
#include "platform/transforms/PerspectiveTransformOperation.h"
#include "platform/animation/AnimationUtilities.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698