| 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 f5ac99de1394b9395fd31114230d41ff7d748253..6555c7802a5874b3cfb345cf43525d67cbcd86de 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -258,6 +258,8 @@ class Internals final : public GarbageCollected<Internals>,
|
| Vector<AtomicString> userPreferredLanguages() const;
|
| void setUserPreferredLanguages(const Vector<String>&);
|
|
|
| + unsigned mediaKeysCount();
|
| + unsigned mediaKeySessionCount();
|
| unsigned suspendableObjectCount(Document*);
|
| unsigned wheelEventHandlerCount(Document*);
|
| unsigned scrollEventHandlerCount(Document*);
|
|
|