Index: Source/core/rendering/RenderVideo.cpp |
diff --git a/Source/core/rendering/RenderVideo.cpp b/Source/core/rendering/RenderVideo.cpp |
index 346b506a57b4229bd53972e6b087ea81ce47219c..268f5d1c285a76464e1cea1bb8e850fe4754fd9b 100644 |
--- a/Source/core/rendering/RenderVideo.cpp |
+++ b/Source/core/rendering/RenderVideo.cpp |
@@ -24,18 +24,14 @@ |
*/ |
#include "config.h" |
- |
#include "core/rendering/RenderVideo.h" |
#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |
-#include "core/frame/FrameView.h" |
-#include "core/frame/LocalFrame.h" |
#include "core/html/HTMLVideoElement.h" |
#include "core/paint/VideoPainter.h" |
#include "core/rendering/PaintInfo.h" |
#include "core/rendering/RenderFullScreen.h" |
-#include "platform/graphics/media/MediaPlayer.h" |
#include "public/platform/WebLayer.h" |
namespace blink { |