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

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: 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 fdc747f92bab686ad821eff6dfd23388f24b27c1..edc02ad166164d6cae4df33a0f65bfb59dc382a8 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"
@@ -759,6 +760,7 @@ private:
Vector<OwnPtr<LinkHighlight> > m_linkHighlights;
OwnPtr<ValidationMessageClientImpl> m_validationMessage;
OwnPtr<FullscreenController> m_fullscreenController;
+ OwnPtr<MediaKeysClientImpl> m_mediaKeysClientImpl;
ddorwin 2014/03/12 01:01:09 Should we maybe group this with other media ones a
jrummell 2014/03/17 20:48:37 Done.
bool m_showFPSCounter;
bool m_showPaintRects;

Powered by Google App Engine
This is Rietveld 408576698