| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 5c774d18b2084e949dc302288bedb5e6f34f3a69..8b66cba71b648e5b263297504f0b7e0090e8d4d5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -466,7 +466,7 @@ private:
|
| // if isLockedPendingUserGesture() return true, this might return false if
|
| // the requirement is currently overridden. This does not check if a user
|
| // gesture is currently being processed.
|
| - bool isGestureNeededForPlayback() const;
|
| + bool isGestureNeededForPlayback();
|
|
|
| void setNetworkState(NetworkState);
|
|
|
|
|