Index: third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
index 9ab621147a35928f443c6abea73eca3974986660..2abbbf928cd20e894cac3393db4ee54b74a729ba 100644 |
--- a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
+++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp |
@@ -7,6 +7,7 @@ |
#include "core/dom/ElementRareData.h" |
#include "core/dom/IntersectionObserver.h" |
#include "core/frame/FrameView.h" |
+#include "core/frame/LocalFrame.h" |
#include "core/layout/LayoutBox.h" |
#include "core/layout/LayoutView.h" |
#include "core/paint/PaintLayer.h" |