| Index: webkit/glue/media/media_stream_client.h
|
| diff --git a/webkit/glue/media/media_stream_client.h b/webkit/glue/media/media_stream_client.h
|
| deleted file mode 100644
|
| index 2f51d9180b05a323b1291cac242591a5adb0bf4b..0000000000000000000000000000000000000000
|
| --- a/webkit/glue/media/media_stream_client.h
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef WEBKIT_GLUE_MEDIA_MEDIA_STREAM_CLIENT_H_
|
| -#define WEBKIT_GLUE_MEDIA_MEDIA_STREAM_CLIENT_H_
|
| -
|
| -#include "base/memory/ref_counted.h"
|
| -
|
| -class GURL;
|
| -
|
| -namespace media {
|
| -class VideoDecoder;
|
| -class MessageLoopFactory;
|
| -}
|
| -
|
| -namespace webkit_glue {
|
| -
|
| -// Define an interface for media stream client to get some information about
|
| -// the media stream.
|
| -class MediaStreamClient {
|
| - public:
|
| - virtual scoped_refptr<media::VideoDecoder> GetVideoDecoder(
|
| - const GURL& url,
|
| - media::MessageLoopFactory* message_loop_factory) = 0;
|
| -
|
| - protected:
|
| - virtual ~MediaStreamClient() {}
|
| -};
|
| -
|
| -} // namespace webkit_glue
|
| -
|
| -#endif // WEBKIT_GLUE_MEDIA_MEDIA_STREAM_CLIENT_H_
|
|
|