Index: extensions/common/api/display_source.idl |
diff --git a/extensions/common/api/display_source.idl b/extensions/common/api/display_source.idl |
index 0659b513c2b3fb116b084c08adc6b5f9d1c24d6c..4e0185c66d1dc129e6ca4e53d6db763219df08b3 100644 |
--- a/extensions/common/api/display_source.idl |
+++ b/extensions/common/api/display_source.idl |
@@ -4,13 +4,13 @@ |
// The <code>chrome.displaySource</code> API creates a Display |
// session using WebMediaStreamTrack as sources. |
-namespace displaySource { |
+[use_movable_types=true] namespace displaySource { |
enum ErrorType { |
// The connection with sink cannot be established or has dropped |
// unexpectedly. |
connection_error, |
- // The capabilities of this Display Source and the connected |
+ // The capabilities of this Display Source and the connected |
// sink do not fit (e.g. the sink cannot play the media content of |
// the formats given by the source). |
capabilities_negotiation_error, |
@@ -82,7 +82,7 @@ namespace displaySource { |
// <code>chrome.runtime.lastError</code> set to error |
// message if the call has failed. |
[inline_doc] callback CallCompleteCallback = void (); |
- |
+ |
interface Functions { |
// Queries the list of the currently available Display sinks. |
// |