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

Unified Diff: public/web/WebViewClient.h

Issue 18325007: Web MIDI: introduce WebMIDIClient API to request a permission (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address chris' review Created 7 years, 5 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
« no previous file with comments | « public/web/WebMIDIPermissionRequest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ----------------------------------------------------
« no previous file with comments | « public/web/WebMIDIPermissionRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698