Title: [88218] trunk/Source/WebCore
Revision
88218
Author
[email protected]
Date
2011-06-06 22:24:32 -0700 (Mon, 06 Jun 2011)

Log Message

2011-06-06  Simon Fraser  <[email protected]>

        Reviewed by Sammy Weinig.

        Remove some unnecessary includes from AnimationBase.cpp
        https://bugs.webkit.org/show_bug.cgi?id=62183

        * page/animation/AnimationBase.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88217 => 88218)


--- trunk/Source/WebCore/ChangeLog	2011-06-07 05:14:38 UTC (rev 88217)
+++ trunk/Source/WebCore/ChangeLog	2011-06-07 05:24:32 UTC (rev 88218)
@@ -1,3 +1,12 @@
+2011-06-06  Simon Fraser  <[email protected]>
+
+        Reviewed by Sammy Weinig.
+
+        Remove some unnecessary includes from AnimationBase.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=62183
+
+        * page/animation/AnimationBase.cpp:
+
 2011-06-06  Kent Tamura  <[email protected]>
 
         Unreviewed, a crash fix by a roll out.

Modified: trunk/Source/WebCore/page/animation/AnimationBase.cpp (88217 => 88218)


--- trunk/Source/WebCore/page/animation/AnimationBase.cpp	2011-06-07 05:14:38 UTC (rev 88217)
+++ trunk/Source/WebCore/page/animation/AnimationBase.cpp	2011-06-07 05:24:32 UTC (rev 88218)
@@ -30,17 +30,13 @@
 #include "AnimationBase.h"
 
 #include "AnimationControllerPrivate.h"
-#include "CSSMutableStyleDeclaration.h"
 #include "CSSPropertyLonghand.h"
 #include "CSSPropertyNames.h"
 #include "CompositeAnimation.h"
 #include "Document.h"
 #include "EventNames.h"
 #include "FloatConversion.h"
-#include "Frame.h"
 #include "IdentityTransformOperation.h"
-#include "ImplicitAnimation.h"
-#include "KeyframeAnimation.h"
 #include "MatrixTransformOperation.h"
 #include "Matrix3DTransformOperation.h"
 #include "RenderBox.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to