Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: Source/core/rendering/RenderVideo.cpp

Issue 851073003: Remove unused includes of platform/graphics/media/MediaPlayer.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/paint/VideoPainter.cpp ('k') | Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « Source/core/paint/VideoPainter.cpp ('k') | Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698