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

Side by Side Diff: webkit/media/webmediaplayer_proxy.h

Issue 8936014: Removing DataSource from Filter hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build busters Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_MEDIA_WEBMEDIAPLAYER_PROXY_H_ 5 #ifndef WEBKIT_MEDIA_WEBMEDIAPLAYER_PROXY_H_
6 #define WEBKIT_MEDIA_WEBMEDIAPLAYER_PROXY_H_ 6 #define WEBKIT_MEDIA_WEBMEDIAPLAYER_PROXY_H_
7 7
8 #include <list> 8 #include <list>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/synchronization/lock.h" 11 #include "base/synchronization/lock.h"
12 #include "media/base/pipeline.h" 12 #include "media/base/pipeline.h"
13 #include "media/base/video_frame.h"
Ami GONE FROM CHROMIUM 2011/12/15 18:39:08 Replace w/ a fwd decl if necessary?
acolwell GONE FROM CHROMIUM 2011/12/15 20:57:59 Done.
13 #include "media/filters/chunk_demuxer_client.h" 14 #include "media/filters/chunk_demuxer_client.h"
14 #include "webkit/media/web_data_source.h" 15 #include "webkit/media/web_data_source.h"
15 16
16 class MessageLoop; 17 class MessageLoop;
17 class SkCanvas; 18 class SkCanvas;
18 19
19 namespace gfx { 20 namespace gfx {
20 class Rect; 21 class Rect;
21 } 22 }
22 23
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 int outstanding_repaints_; 111 int outstanding_repaints_;
111 112
112 scoped_refptr<media::ChunkDemuxer> chunk_demuxer_; 113 scoped_refptr<media::ChunkDemuxer> chunk_demuxer_;
113 114
114 DISALLOW_IMPLICIT_CONSTRUCTORS(WebMediaPlayerProxy); 115 DISALLOW_IMPLICIT_CONSTRUCTORS(WebMediaPlayerProxy);
115 }; 116 };
116 117
117 } // namespace webkit_media 118 } // namespace webkit_media
118 119
119 #endif // WEBKIT_MEDIA_WEBMEDIAPLAYER_PROXY_H_ 120 #endif // WEBKIT_MEDIA_WEBMEDIAPLAYER_PROXY_H_
OLDNEW
« webkit/media/buffered_data_source.cc ('K') | « webkit/media/web_data_source.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698