Index: third_party/WebKit/Source/core/html/MediaDocument.cpp |
diff --git a/third_party/WebKit/Source/core/html/MediaDocument.cpp b/third_party/WebKit/Source/core/html/MediaDocument.cpp |
index abbf4ea23ce25b572c8967a61288f9a08d16a07d..523a43cd50beedad5be8426e6d453202b8c95d9d 100644 |
--- a/third_party/WebKit/Source/core/html/MediaDocument.cpp |
+++ b/third_party/WebKit/Source/core/html/MediaDocument.cpp |
@@ -136,7 +136,7 @@ class MediaLoadedEventListener final : public EventListener { |
static_cast<HTMLVideoElement*>(event->target()->toNode()); |
UserGestureIndicator gesture( |
DocumentUserGestureToken::create(&media->document())); |
- media->webkitEnterFullscreen(); |
+ // TODO(shaktisahu): Enable fullscreen after https://crbug/698353 is fixed. |
media->play(); |
} |
}; |