| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 2ff35b83bff9055be987629f3a553abdef65bd15..24d7bff329959d23a4a99e1cb13e42c5cff66f34 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 "MIDIClientImpl.h"
|
| #include "NotificationPresenterImpl.h"
|
| #include "PageOverlayList.h"
|
| #include "PageWidgetDelegate.h"
|
| @@ -814,6 +815,7 @@ private:
|
| float m_emulatedTextZoomFactor;
|
|
|
| UserMediaClientImpl m_userMediaClientImpl;
|
| + MIDIClientImpl m_midiClientImpl;
|
| #if ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| OwnPtr<NavigatorContentUtilsClientImpl> m_navigatorContentUtilsClient;
|
| #endif
|
|
|