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

Unified Diff: Source/core/platform/animation/AnimationTranslationUtil.cpp

Issue 64643009: Remove duplicated headers from core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 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: Source/core/platform/animation/AnimationTranslationUtil.cpp
diff --git a/Source/core/platform/animation/AnimationTranslationUtil.cpp b/Source/core/platform/animation/AnimationTranslationUtil.cpp
index e0637c9a5b8a9538c776daf7419089f3c379b142..ca30117e613c6060fdf736d095b5d25f3909fdc9 100644
--- a/Source/core/platform/animation/AnimationTranslationUtil.cpp
+++ b/Source/core/platform/animation/AnimationTranslationUtil.cpp
@@ -28,7 +28,6 @@
#include "core/platform/animation/CSSAnimationData.h"
#include "core/platform/animation/KeyframeValueList.h"
-#include "core/platform/graphics/filters/FilterOperations.h"
#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "platform/LengthFunctions.h"
#include "platform/geometry/FloatSize.h"
@@ -39,7 +38,6 @@
#include "platform/transforms/RotateTransformOperation.h"
#include "platform/transforms/ScaleTransformOperation.h"
#include "platform/transforms/SkewTransformOperation.h"
-#include "platform/transforms/TransformOperations.h"
#include "platform/transforms/TransformationMatrix.h"
#include "platform/transforms/TranslateTransformOperation.h"
@@ -50,7 +48,6 @@
#include "public/platform/WebFilterAnimationCurve.h"
#include "public/platform/WebFloatAnimationCurve.h"
#include "public/platform/WebTransformAnimationCurve.h"
-#include "public/platform/WebTransformOperations.h"
#include "wtf/OwnPtr.h"
#include "wtf/text/CString.h"
« no previous file with comments | « Source/core/platform/ScrollbarThemeNonMacCommon.cpp ('k') | Source/core/platform/animation/TimingFunctionTestHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698