| 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 126d15692a2046b624373646289ce12a3a6de7a3..b909b814d25def73ae61c786eee1bea6c1b917f5 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -266,6 +266,7 @@ public:
|
| void setIsCursorVisible(Document*, bool, ExceptionState&);
|
|
|
| double effectiveMediaVolume(HTMLMediaElement*);
|
| + unsigned short effectivePreloadType(HTMLMediaElement*);
|
|
|
| void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement*, bool);
|
| void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement*, bool);
|
|
|