Index: Source/core/dom/FullscreenElementStack.cpp |
diff --git a/Source/core/dom/FullscreenElementStack.cpp b/Source/core/dom/FullscreenElementStack.cpp |
index ae70534227109f79feae493f282213399d3dcf32..5a7d55ac77dd4731ee5dd524ef3393d23253e66a 100644 |
--- a/Source/core/dom/FullscreenElementStack.cpp |
+++ b/Source/core/dom/FullscreenElementStack.cpp |
@@ -367,11 +367,6 @@ void FullscreenElementStack::webkitWillEnterFullScreenForElement(Element* elemen |
m_fullScreenElement = element; |
-#if USE(NATIVE_FULLSCREEN_VIDEO) |
- if (element && element->isMediaElement()) |
- return; |
-#endif |
- |
// Create a placeholder block for a the full-screen element, to keep the page from reflowing |
// when the element is removed from the normal flow. Only do this for a RenderBox, as only |
// a box will have a frameRect. The placeholder will be created in setFullScreenRenderer() |