Title: [240581] trunk/Source/WebCore
- Revision
- 240581
- Author
- [email protected]
- Date
- 2019-01-28 07:31:49 -0800 (Mon, 28 Jan 2019)
Log Message
Add missing #include in ScrollingTreeFrameScrollingNode.cpp
https://bugs.webkit.org/show_bug.cgi?id=193905
Patch by cathie chen <[email protected]> on 2019-01-28
Reviewed by Frédéric Wang.
* page/scrolling/ScrollingTreeFrameScrollingNode.cpp: Add
#include "ScrollingStateFrameScrollingNode.h"
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (240580 => 240581)
--- trunk/Source/WebCore/ChangeLog 2019-01-28 15:29:28 UTC (rev 240580)
+++ trunk/Source/WebCore/ChangeLog 2019-01-28 15:31:49 UTC (rev 240581)
@@ -1,3 +1,13 @@
+2019-01-28 cathie chen <[email protected]>
+
+ Add missing #include in ScrollingTreeFrameScrollingNode.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=193905
+
+ Reviewed by Frédéric Wang.
+
+ * page/scrolling/ScrollingTreeFrameScrollingNode.cpp: Add
+ #include "ScrollingStateFrameScrollingNode.h"
+
2019-01-28 Zalan Bujtas <[email protected]>
[LFC][BFC][Quirk] Ignore collapsed(through) margin after when stretching body height.
Modified: trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp (240580 => 240581)
--- trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp 2019-01-28 15:29:28 UTC (rev 240580)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp 2019-01-28 15:31:49 UTC (rev 240581)
@@ -30,6 +30,7 @@
#include "FrameView.h"
#include "Logging.h"
+#include "ScrollingStateFrameScrollingNode.h"
#include "ScrollingStateTree.h"
#include "ScrollingTree.h"
#include <wtf/text/TextStream.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes