Index: third_party/WebKit/Source/core/input/ScrollManager.cpp |
diff --git a/third_party/WebKit/Source/core/input/ScrollManager.cpp b/third_party/WebKit/Source/core/input/ScrollManager.cpp |
index 4316a55a88fdd6c83df17fc73e645499553f0f70..9415ef571b443a5f7e4a46204d07b72f6f8c4b8e 100644 |
--- a/third_party/WebKit/Source/core/input/ScrollManager.cpp |
+++ b/third_party/WebKit/Source/core/input/ScrollManager.cpp |
@@ -12,7 +12,9 @@ |
#include "core/html/HTMLFrameOwnerElement.h" |
#include "core/input/EventHandler.h" |
#include "core/input/EventHandlingUtil.h" |
+#include "core/layout/LayoutBlock.h" |
#include "core/layout/LayoutPart.h" |
+#include "core/layout/api/LayoutViewItem.h" |
#include "core/loader/DocumentLoader.h" |
#include "core/page/AutoscrollController.h" |
#include "core/page/Page.h" |