| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index 0871204bcfb7a8994e4ce812b17b014d0b87d3b6..e8bd8eaa142ad4033693c08789df9059f508bcda 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -93,6 +93,8 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| + friend class MediaControlsTest;
|
| +
|
| void invalidate(Element*);
|
|
|
| class BatchedControlUpdate;
|
|
|