Title: [141625] trunk/Source/WebCore
Revision
141625
Author
[email protected]
Date
2013-02-01 12:13:45 -0800 (Fri, 01 Feb 2013)

Log Message

Another speculative windows build fix.

* platform/ScrollAnimator.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (141624 => 141625)


--- trunk/Source/WebCore/ChangeLog	2013-02-01 20:11:41 UTC (rev 141624)
+++ trunk/Source/WebCore/ChangeLog	2013-02-01 20:13:45 UTC (rev 141625)
@@ -1,3 +1,9 @@
+2013-02-01  Beth Dakin  <[email protected]>
+
+        Another speculative windows build fix.
+
+        * platform/ScrollAnimator.h:
+
 2013-01-31  Dirk Schulze  <[email protected]>
 
         [canvas] Add more constructors to Path

Modified: trunk/Source/WebCore/platform/ScrollAnimator.h (141624 => 141625)


--- trunk/Source/WebCore/platform/ScrollAnimator.h	2013-02-01 20:11:41 UTC (rev 141624)
+++ trunk/Source/WebCore/platform/ScrollAnimator.h	2013-02-01 20:13:45 UTC (rev 141625)
@@ -31,6 +31,7 @@
 #ifndef ScrollAnimator_h
 #define ScrollAnimator_h
 
+#include "FloatSize.h"
 #include "PlatformWheelEvent.h"
 #include "ScrollTypes.h"
 #include <wtf/FastAllocBase.h>
@@ -40,7 +41,6 @@
 namespace WebCore {
 
 class FloatPoint;
-class FloatSize;
 class ScrollableArea;
 class Scrollbar;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to