| Index: third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h b/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| index ea7a3ed99e5c0cd3e0041999a27df6aaaec74161..ed2b9e0d735213507ca66f2b4bbafa51fd57bc6b 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| @@ -126,6 +126,7 @@ public:
|
|
|
| // Frame
|
| virtual bool isCrossOrigin() const = 0;
|
| + virtual bool isAutoplayAllowedPerSettings() const = 0;
|
|
|
| // LayoutObject
|
| virtual void setRequestPositionUpdates(bool) = 0;
|
|
|