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

Unified Diff: Source/platform/mediastream/MediaStreamTrackSourcesRequest.cpp

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/platform/mediastream/MediaStreamTrackSourcesRequest.cpp
diff --git a/Source/modules/mediastream/RTCErrorCallback.idl b/Source/platform/mediastream/MediaStreamTrackSourcesRequest.cpp
similarity index 92%
copy from Source/modules/mediastream/RTCErrorCallback.idl
copy to Source/platform/mediastream/MediaStreamTrackSourcesRequest.cpp
index bb7414bf667d799354af8c05a95060058104f317..b49c6da579e8b98a58a398221a7e2e849c8d863f 100644
--- a/Source/modules/mediastream/RTCErrorCallback.idl
+++ b/Source/platform/mediastream/MediaStreamTrackSourcesRequest.cpp
@@ -28,7 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-callback interface RTCErrorCallback {
- void handleEvent(DOMString errorInformation);
-};
+#include "config.h"
haraken 2014/02/27 15:32:43 Remove this file.
keishi 2014/04/07 09:06:52 Done.
+#include "platform/mediastream/MediaStreamTrackSourcesRequest.h"
+namespace WebCore {
+
+
+
+} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698