Title: [233170] trunk/Source/WebCore
Revision
233170
Author
ross.kirsl...@sony.com
Date
2018-06-25 13:31:20 -0700 (Mon, 25 Jun 2018)

Log Message

REGRESSION (r233140): Windows build failure due to incomplete FrameView and RenderBox types
https://bugs.webkit.org/show_bug.cgi?id=186997

* animation/KeyframeEffectReadOnly.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (233169 => 233170)


--- trunk/Source/WebCore/ChangeLog	2018-06-25 20:30:11 UTC (rev 233169)
+++ trunk/Source/WebCore/ChangeLog	2018-06-25 20:31:20 UTC (rev 233170)
@@ -1,3 +1,10 @@
+2018-06-25  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        REGRESSION (r233140): Windows build failure due to incomplete FrameView and RenderBox types
+        https://bugs.webkit.org/show_bug.cgi?id=186997
+
+        * animation/KeyframeEffectReadOnly.cpp:
+
 2018-06-25  Antoine Quint  <grao...@apple.com>
 
         REGRESSION: hardware-accelerated animation fails on inline element

Modified: trunk/Source/WebCore/animation/KeyframeEffectReadOnly.cpp (233169 => 233170)


--- trunk/Source/WebCore/animation/KeyframeEffectReadOnly.cpp	2018-06-25 20:30:11 UTC (rev 233169)
+++ trunk/Source/WebCore/animation/KeyframeEffectReadOnly.cpp	2018-06-25 20:31:20 UTC (rev 233170)
@@ -38,9 +38,11 @@
 #include "CSSTransition.h"
 #include "Element.h"
 #include "FontCascade.h"
+#include "FrameView.h"
 #include "GeometryUtilities.h"
 #include "JSCompositeOperation.h"
 #include "JSKeyframeEffectReadOnly.h"
+#include "RenderBox.h"
 #include "RenderBoxModelObject.h"
 #include "RenderElement.h"
 #include "RenderStyle.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to