| 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 7166e16b7b77219112ef637d722341500351034d..653bd31414424e201ea67841db7031fe26075257 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -468,6 +468,10 @@ private:
|
| // gesture is currently being processed.
|
| bool isGestureNeededForPlayback() const;
|
|
|
| + // Return true if and only if the settings allow autoplay of media on this
|
| + // frame.
|
| + bool isAutoplayAllowedPerSettings() const;
|
| +
|
| void setNetworkState(NetworkState);
|
|
|
| void audioTracksTimerFired(Timer<HTMLMediaElement>*);
|
|
|