| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index d26c424f7350ae6d9d597d003866803ab3ed6c22..0e06331b3e1f7993eb46ce3535df38161d067149 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -69,6 +69,7 @@ class WebIconLoadingCompletion;
|
| class WebImage;
|
| class WebInputElement;
|
| class WebKeyboardEvent;
|
| +class WebMIDIClient;
|
| class WebNode;
|
| class WebNotificationPresenter;
|
| class WebRange;
|
| @@ -374,6 +375,10 @@ public:
|
|
|
| virtual WebUserMediaClient* userMediaClient() { return 0; }
|
|
|
| + // Web MIDI -------------------------------------------------------------
|
| +
|
| + virtual WebMIDIClient* webMIDIClient() { return 0; }
|
| +
|
|
|
| // Content detection ----------------------------------------------------
|
|
|
|
|