| 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 12f24bfed2be67659661d6b914e3efa236e2a7c2..9c9c9b626e831f86fa102ce4975d0f70855348a5 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -1867,6 +1867,12 @@ double Internals::effectiveMediaVolume(HTMLMediaElement* mediaElement)
|
| return mediaElement->effectiveMediaVolume();
|
| }
|
|
|
| +String Internals::effectivePreload(HTMLMediaElement* mediaElement)
|
| +{
|
| + ASSERT(mediaElement);
|
| + return mediaElement->effectivePreload();
|
| +}
|
| +
|
| void Internals::mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement* mediaElement, bool available)
|
| {
|
| ASSERT(mediaElement);
|
|
|