| Index: third_party/WebKit/Source/core/html/media/AutoplayPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/media/AutoplayPolicy.cpp b/third_party/WebKit/Source/core/html/media/AutoplayPolicy.cpp
|
| index 68dff512c7606574427e3ad58f376d98088a7b5c..6af9d77174907bb7433482daf1c92cbfdaace089 100644
|
| --- a/third_party/WebKit/Source/core/html/media/AutoplayPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/html/media/AutoplayPolicy.cpp
|
| @@ -211,7 +211,7 @@ bool AutoplayPolicy::IsLockedPendingUserGesture() const {
|
|
|
| void AutoplayPolicy::TryUnlockingUserGesture() {
|
| if (IsLockedPendingUserGesture() &&
|
| - UserGestureIndicator::UtilizeUserGesture()) {
|
| + UserGestureIndicator::ProcessingUserGesture()) {
|
| UnlockUserGesture();
|
| }
|
| }
|
|
|