Title: [244234] trunk/Source
Revision
244234
Author
ross.kirsl...@sony.com
Date
2019-04-12 16:32:38 -0700 (Fri, 12 Apr 2019)

Log Message

Unreviewed fix for non-unified build.

Source/WebCore:

* dom/ScriptedAnimationController.h:
Add missing include from r244182.

Source/WebKit:

* Shared/PrintInfo.cpp:
Add missing include from r244202.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (244233 => 244234)


--- trunk/Source/WebCore/ChangeLog	2019-04-12 23:26:43 UTC (rev 244233)
+++ trunk/Source/WebCore/ChangeLog	2019-04-12 23:32:38 UTC (rev 244234)
@@ -1,3 +1,10 @@
+2019-04-12  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed fix for non-unified build.
+
+        * dom/ScriptedAnimationController.h:
+        Add missing include from r244182.
+
 2019-04-11  Ryosuke Niwa  <rn...@webkit.org>
 
         WebThread should run at a higher priority than user initiated

Modified: trunk/Source/WebCore/dom/ScriptedAnimationController.h (244233 => 244234)


--- trunk/Source/WebCore/dom/ScriptedAnimationController.h	2019-04-12 23:26:43 UTC (rev 244233)
+++ trunk/Source/WebCore/dom/ScriptedAnimationController.h	2019-04-12 23:32:38 UTC (rev 244234)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "DOMHighResTimeStamp.h"
 #include "Timer.h"
 #include <wtf/OptionSet.h>
 #include <wtf/RefCounted.h>

Modified: trunk/Source/WebKit/ChangeLog (244233 => 244234)


--- trunk/Source/WebKit/ChangeLog	2019-04-12 23:26:43 UTC (rev 244233)
+++ trunk/Source/WebKit/ChangeLog	2019-04-12 23:32:38 UTC (rev 244234)
@@ -1,3 +1,10 @@
+2019-04-12  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed fix for non-unified build.
+
+        * Shared/PrintInfo.cpp:
+        Add missing include from r244202.
+
 2019-04-12  Saam barati  <sbar...@apple.com>
 
         Sometimes we need to user fewer CPUs in our threading calculations

Modified: trunk/Source/WebKit/Shared/PrintInfo.cpp (244233 => 244234)


--- trunk/Source/WebKit/Shared/PrintInfo.cpp	2019-04-12 23:26:43 UTC (rev 244233)
+++ trunk/Source/WebKit/Shared/PrintInfo.cpp	2019-04-12 23:32:38 UTC (rev 244234)
@@ -26,8 +26,7 @@
 #include "config.h"
 #include "PrintInfo.h"
 
-#include "Decoder.h"
-#include "Encoder.h"
+#include "WebCoreArgumentCoders.h"
 
 #if PLATFORM(GTK)
 #include "ArgumentCodersGtk.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to