Index: third_party/WebKit/Source/core/layout/LayoutVideo.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutVideo.cpp b/third_party/WebKit/Source/core/layout/LayoutVideo.cpp |
index c2fdb4af1966d057d762ab24fbd12ef94c14158f..7d9fe82d2aea986559a4d2a413ca11c08fc776ad 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutVideo.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutVideo.cpp |
@@ -28,8 +28,8 @@ |
#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |
#include "core/html/HTMLVideoElement.h" |
+#include "core/layout/LayoutBlockFlow.h" |
#include "core/layout/LayoutFullScreen.h" |
-#include "core/layout/LayoutView.h" |
#include "core/paint/VideoPainter.h" |
#include "public/platform/WebLayer.h" |