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

Unified Diff: Source/core/page/animation/AnimationBase.cpp

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 6 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
« no previous file with comments | « Source/core/page/animation/AnimationBase.h ('k') | Source/core/page/animation/AnimationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/animation/AnimationBase.cpp
diff --git a/Source/core/page/animation/AnimationBase.cpp b/Source/core/page/animation/AnimationBase.cpp
index 94c31202c8494defe55f2cca19e5af6952371dfe..881c4e7301d6cc97b1800461cb4ad03c5ff99fc8 100644
--- a/Source/core/page/animation/AnimationBase.cpp
+++ b/Source/core/page/animation/AnimationBase.cpp
@@ -29,18 +29,11 @@
#include "config.h"
#include "core/page/animation/AnimationBase.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/dom/Document.h"
-#include "core/dom/EventNames.h"
#include "core/page/animation/AnimationControllerPrivate.h"
-#include "core/page/animation/CSSPropertyAnimation.h"
#include "core/page/animation/CompositeAnimation.h"
-#include "core/platform/FloatConversion.h"
#include "core/platform/animation/AnimationUtilities.h"
#include "core/platform/animation/TimingFunction.h"
#include "core/rendering/RenderBox.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "wtf/CurrentTime.h"
#include <algorithm>
using namespace std;
« no previous file with comments | « Source/core/page/animation/AnimationBase.h ('k') | Source/core/page/animation/AnimationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698