Index: third_party/WebKit/Source/core/layout/LayoutView.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
index 820d8e9d11b4847a7bcf430d9b23a2ccc43bd024..551f8655f41e1eba24f7d16e2adea5d399990d5a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
@@ -33,6 +33,8 @@ |
#include "core/layout/LayoutPart.h" |
#include "core/layout/ViewFragmentationContext.h" |
#include "core/layout/api/LayoutAPIShim.h" |
+#include "core/layout/api/LayoutPartItem.h" |
+#include "core/layout/api/LayoutViewItem.h" |
#include "core/layout/compositing/PaintLayerCompositor.h" |
#include "core/page/Page.h" |
#include "core/paint/PaintLayer.h" |