| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index b07a11063a7b56f72ac7287f2fabeda1ec34bf83..fd6e33bc26dfd95c270375ce6ba360bf48c17bf1 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;
|
| + OwnPtr<MediaKeysClientImpl> m_mediaKeysClientImpl;
|
| OwnPtr<MIDIClientProxy> m_midiClientProxy;
|
| OwnPtr<NavigatorContentUtilsClientImpl> m_navigatorContentUtilsClient;
|
| OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
|
|
|