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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIPort.h

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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 | « third_party/WebKit/Source/modules/webmidi/MIDIOutput.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webmidi/MIDIPort.h
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.h b/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
index 98581789b57b5c3fdd8f1fd74daf03f7c9801769..2456a7bf0a4f7a4a4fe41cde6454ce86eaf9b812 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
@@ -73,7 +73,6 @@ class MIDIPort : public EventTargetWithInlineData,
ScriptPromise open(ScriptState*);
ScriptPromise close(ScriptState*);
- MIDIAccess* midiAccess() const { return m_access; }
midi::mojom::PortState getState() const { return m_state; }
void setState(midi::mojom::PortState);
ConnectionState getConnection() const { return m_connection; }
@@ -106,6 +105,7 @@ class MIDIPort : public EventTargetWithInlineData,
midi::mojom::PortState);
void open();
+ MIDIAccess* midiAccess() const { return m_access; }
private:
ScriptPromise accept(ScriptState*);
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIOutput.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698