| Index: third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
|
| diff --git a/third_party/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl b/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
|
| similarity index 87%
|
| copy from third_party/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
|
| copy to third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
|
| index 0a661807b730bbb43c00a1d889eb8a960d61052a..320c6030eb3176267d4b5c39e74599b685e09cb0 100644
|
| --- a/third_party/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
|
| +++ b/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2011 Google Inc. All rights reserved.
|
| + * Copyright (C) 2012 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -22,12 +22,12 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -module window {
|
| +module events {
|
| +
|
| interface [
|
| Conditional=MEDIA_STREAM,
|
| - Callback
|
| - ] NavigatorUserMediaSuccessCallback {
|
| - boolean handleEvent(in LocalMediaStream stream);
|
| + ] MediaStreamTrackEvent : Event {
|
| + readonly attribute MediaStreamTrack track;
|
| };
|
|
|
| }
|
|
|