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; |