Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 0587c8118e1a33473fd23c174be70893b03b8b1b..9dac2786e90aa5a0eaf6392a51966088e87dace3 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -3525,7 +3525,7 @@ void WebViewImpl::performMediaPlayerAction(const WebMediaPlayerAction& action, |
switch (action.type) { |
case WebMediaPlayerAction::Play: |
if (action.enable) |
- mediaElement->play(); |
+ mediaElement->playInternal(); |
philipj_slow
2016/02/02 09:56:34
Dito.
mlamouri (slow - plz ping)
2016/02/03 19:28:58
Fixed.
|
else |
mediaElement->pause(); |
break; |