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

Unified Diff: Source/modules/mediasource/WindowMediaSource.idl

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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 | « Source/modules/mediasource/DOMWindowMediaSource.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/WindowMediaSource.idl
diff --git a/Source/modules/mediasource/DOMWindowMediaSource.idl b/Source/modules/mediasource/WindowMediaSource.idl
similarity index 98%
rename from Source/modules/mediasource/DOMWindowMediaSource.idl
rename to Source/modules/mediasource/WindowMediaSource.idl
index 20a0215ad9949be9b300110650df8f713869dc8d..eb6d24b777f842fb92228fb8cdbbbc706e4fb77f 100644
--- a/Source/modules/mediasource/DOMWindowMediaSource.idl
+++ b/Source/modules/mediasource/WindowMediaSource.idl
@@ -27,8 +27,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface DOMWindow {
+partial interface Window {
[EnabledAtRuntime=webKitMediaSource] attribute WebKitMediaSourceConstructor WebKitMediaSource;
[EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
[EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferListConstructor WebKitSourceBufferList;
-};
+};
« no previous file with comments | « Source/modules/mediasource/DOMWindowMediaSource.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698