Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1019)

Unified Diff: Source/web/WebViewImpl.h

Issue 195053004: Create Pepper-based CDM for EME WD (Blink changes) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move provideMediaKeysTo() to MediaKeysController Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index b07a11063a7b56f72ac7287f2fabeda1ec34bf83..2bb2c378a94f8a0e6d51d214d7bab5c80979fc49 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -37,6 +37,7 @@
#include "DragClientImpl.h"
#include "EditorClientImpl.h"
#include "InspectorClientImpl.h"
+#include "MediaKeysClientImpl.h"
#include "NotificationPresenterImpl.h"
#include "PageOverlayList.h"
#include "PageScaleConstraintsSet.h"
@@ -748,6 +749,7 @@ private:
OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
UserMediaClientImpl m_userMediaClientImpl;
+ MediaKeysClientImpl m_mediaKeysClientImpl;
OwnPtr<MIDIClientProxy> m_midiClientProxy;
OwnPtr<NavigatorContentUtilsClientImpl> m_navigatorContentUtilsClient;
OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;

Powered by Google App Engine
This is Rietveld 408576698