| 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 7133f56855db1fbe6568f420db3301e920762cef..5c8d712aef9b6f8d281a25ba559df3ab7b6a41a1 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -395,6 +395,9 @@ public:
|
| // Translate given platform monotonic time in seconds to high resolution
|
| // document time in seconds
|
| double monotonicTimeToZeroBasedDocumentTime(double, ExceptionState&);
|
| +
|
| + void setMediaElementNetworkState(HTMLMediaElement*, double state);
|
| +
|
| private:
|
| explicit Internals(ScriptState*);
|
| Document* contextDocument() const;
|
|
|