| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 4381f81180c0c3e3f9675e8183d2d4fab7983e2a..2fc342cc06decff414896c4f32d6a9c0dc59e933 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -3072,11 +3072,6 @@ void Internals::setMediaElementNetworkState(HTMLMediaElement* mediaElement,
|
| static_cast<WebMediaPlayer::NetworkState>(state));
|
| }
|
|
|
| -// TODO(liberato): remove once autoplay gesture override experiment concludes.
|
| -void Internals::triggerAutoplayViewportCheck(HTMLMediaElement* element) {
|
| - element->triggerAutoplayViewportCheckForTesting();
|
| -}
|
| -
|
| String Internals::getScrollAnimationState(Node* node) const {
|
| if (ScrollableArea* scrollableArea = scrollableAreaForNode(node))
|
| return scrollableArea->scrollAnimator().runStateAsText();
|
|
|