| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index c763e263e34777f05656c42f175835575e418d39..af489f8cf1094223734a7018ef64e86839b3cc86 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -398,6 +398,9 @@ public:
|
|
|
| void setMediaElementNetworkState(HTMLMediaElement*, int state);
|
|
|
| + // TODO(liberato): remove once autoplay gesture override experiment concludes.
|
| + void triggerAutoplayViewportCheck(HTMLMediaElement*);
|
| +
|
| private:
|
| explicit Internals(ScriptState*);
|
| Document* contextDocument() const;
|
|
|