Title: [256514] trunk/Source/WebCore
- Revision
- 256514
- Author
- [email protected]
- Date
- 2020-02-13 09:24:15 -0800 (Thu, 13 Feb 2020)
Log Message
Non-unified build fixes mid February 2020 edition
https://bugs.webkit.org/show_bug.cgi?id=207693
Unreviewed build fix.
No new tests needed.
* html/parser/HTMLPreloadScanner.cpp: Add missing include.
* platform/wpe/ScrollbarThemeWPE.cpp: Ditto.
* rendering/InlineTextBox.cpp: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (256513 => 256514)
--- trunk/Source/WebCore/ChangeLog 2020-02-13 17:20:42 UTC (rev 256513)
+++ trunk/Source/WebCore/ChangeLog 2020-02-13 17:24:15 UTC (rev 256514)
@@ -1,3 +1,16 @@
+2020-02-13 Adrian Perez de Castro <[email protected]>
+
+ Non-unified build fixes mid February 2020 edition
+ https://bugs.webkit.org/show_bug.cgi?id=207693
+
+ Unreviewed build fix.
+
+ No new tests needed.
+
+ * html/parser/HTMLPreloadScanner.cpp: Add missing include.
+ * platform/wpe/ScrollbarThemeWPE.cpp: Ditto.
+ * rendering/InlineTextBox.cpp: Ditto.
+
2020-02-13 Simon Fraser <[email protected]>
REGRESSION (r255037): Zooming in and out on Quip in macOS Safari can cause the content to be offset to the side
Modified: trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp (256513 => 256514)
--- trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp 2020-02-13 17:20:42 UTC (rev 256513)
+++ trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp 2020-02-13 17:24:15 UTC (rev 256514)
@@ -43,6 +43,7 @@
#include "RenderView.h"
#include "RuntimeEnabledFeatures.h"
#include "SecurityPolicy.h"
+#include "Settings.h"
#include "SizesAttributeParser.h"
#include <wtf/MainThread.h>
Modified: trunk/Source/WebCore/platform/wpe/ScrollbarThemeWPE.cpp (256513 => 256514)
--- trunk/Source/WebCore/platform/wpe/ScrollbarThemeWPE.cpp 2020-02-13 17:20:42 UTC (rev 256513)
+++ trunk/Source/WebCore/platform/wpe/ScrollbarThemeWPE.cpp 2020-02-13 17:24:15 UTC (rev 256514)
@@ -30,6 +30,7 @@
#include "FloatRoundedRect.h"
#include "GraphicsContext.h"
#include "PlatformMouseEvent.h"
+#include "ScrollableArea.h"
#include "Scrollbar.h"
namespace WebCore {
Modified: trunk/Source/WebCore/rendering/InlineTextBox.cpp (256513 => 256514)
--- trunk/Source/WebCore/rendering/InlineTextBox.cpp 2020-02-13 17:20:42 UTC (rev 256513)
+++ trunk/Source/WebCore/rendering/InlineTextBox.cpp 2020-02-13 17:24:15 UTC (rev 256514)
@@ -32,6 +32,7 @@
#include "ElementRuleCollector.h"
#include "EllipsisBox.h"
#include "EventRegion.h"
+#include "FloatRoundedRect.h"
#include "Frame.h"
#include "GraphicsContext.h"
#include "HighlightData.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes