Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h |
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
| index a90d46750ed94108f3485e12de823c6ced35d227..837dcbf161820b81f6c1b3ca11c79717be594ea8 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
| @@ -644,6 +644,7 @@ private: |
| friend class TrackDisplayUpdateScope; |
| friend class AutoplayExperimentHelper; |
| friend class MediaControlsTest; |
| + friend class HTMLVideoElementTest; |
|
philipj_slow
2016/04/06 15:08:01
This ends up looking strange, can you add a new HT
|
| Member<AutoplayExperimentHelper::Client> m_autoplayHelperClient; |
| Member<AutoplayExperimentHelper> m_autoplayHelper; |