Chromium Code Reviews| Index: media/base/filter_host.h |
| =================================================================== |
| --- media/base/filter_host.h (revision 21979) |
| +++ 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() {} |
| }; |