| Index: media/base/filter_host.h
|
| ===================================================================
|
| --- media/base/filter_host.h (revision 22811)
|
| +++ media/base/filter_host.h (working copy)
|
| @@ -53,6 +53,9 @@
|
| // Sets the size of the video output in pixel units.
|
| virtual void SetVideoSize(size_t width, size_t height) = 0;
|
|
|
| + // Sets the flag to indicate that we are doing streaming.
|
| + virtual void SetStreaming(bool streaming) = 0;
|
| +
|
| protected:
|
| virtual ~FilterHost() {}
|
| };
|
|
|
| Property changes on: media\base\filter_host.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/media/base/filter_host.h:r69-2775
|
| Merged /trunk/src/media/base/filter_host.h:r21999
|
|
|
|
|