Title: [219341] trunk/Source/WebCore
Revision
219341
Author
[email protected]
Date
2017-07-11 10:58:22 -0700 (Tue, 11 Jul 2017)

Log Message

Broken build when !USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR)
https://bugs.webkit.org/show_bug.cgi?id=174369

Reviewed by Alex Christensen.

* dom/ScriptedAnimationController.h: Include PlatformScreen.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (219340 => 219341)


--- trunk/Source/WebCore/ChangeLog	2017-07-11 17:55:21 UTC (rev 219340)
+++ trunk/Source/WebCore/ChangeLog	2017-07-11 17:58:22 UTC (rev 219341)
@@ -1,3 +1,12 @@
+2017-07-11  Timothy Hatcher  <[email protected]>
+
+        Broken build when !USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR)
+        https://bugs.webkit.org/show_bug.cgi?id=174369
+
+        Reviewed by Alex Christensen.
+
+        * dom/ScriptedAnimationController.h: Include PlatformScreen.h.
+
 2017-07-11  Wenson Hsieh  <[email protected]>
 
         Address post-review feedback after http://trac.webkit.org/r219310

Modified: trunk/Source/WebCore/dom/ScriptedAnimationController.h (219340 => 219341)


--- trunk/Source/WebCore/dom/ScriptedAnimationController.h	2017-07-11 17:55:21 UTC (rev 219340)
+++ trunk/Source/WebCore/dom/ScriptedAnimationController.h	2017-07-11 17:58:22 UTC (rev 219341)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "PlatformScreen.h"
 #include "Timer.h"
 #include <wtf/OptionSet.h>
 #include <wtf/RefCounted.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to