Chromium Code Reviews| Index: Source/core/html/HTMLMediaElement.h |
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
| index 0a528db4f758241281d6d01441c1fab6bbb26998..f20b7da9b72fe8f19b6439409411ede680ae4aec 100644 |
| --- a/Source/core/html/HTMLMediaElement.h |
| +++ b/Source/core/html/HTMLMediaElement.h |
| @@ -66,11 +66,7 @@ class TimeRanges; |
| class URLRegistry; |
| class VideoTrackList; |
| -// TODO(srirama.m): Make the WebMediaPlayerClient inheritance private by |
| -// adding a means for getting a WebMediaPlayerEncryptedMediaClient and |
| -// WebContentDecryptionModule from an HTMLMediaElement and calling |
| -// WebFrameClient::createMediaPlayer() directly. |
| -class CORE_EXPORT HTMLMediaElement : public HTMLElement, public WillBeHeapSupplementable<HTMLMediaElement>, public WebMediaPlayerClient, public ActiveDOMObject { |
| +class CORE_EXPORT HTMLMediaElement : public HTMLElement, public WillBeHeapSupplementable<HTMLMediaElement>, private WebMediaPlayerClient, public ActiveDOMObject { |
|
philipj_slow
2015/07/30 11:17:41
Nit: now that it's private, and it starts with a W
Srirama
2015/07/30 12:59:41
Done.
|
| DEFINE_WRAPPERTYPEINFO(); |
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLMediaElement); |
| WILL_BE_USING_PRE_FINALIZER(HTMLMediaElement, dispose); |