Chromium Code Reviews| Index: media/video/capture/video_capture_device.h |
| diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h |
| index 2e60256a8f121f232b950e750391ac640b9e8484..40692f7692f5632d0109d90e84f82c7e1fa70508 100644 |
| --- a/media/video/capture/video_capture_device.h |
| +++ b/media/video/capture/video_capture_device.h |
| @@ -18,6 +18,7 @@ |
| #include "base/logging.h" |
| #include "base/time/time.h" |
| #include "media/base/media_export.h" |
| +#include "media/base/video_frame.h" |
|
mcasas
2013/10/28 12:50:08
VideoFrame was used but its header included transi
|
| #include "media/video/capture/video_capture_types.h" |
| namespace media { |
| @@ -113,6 +114,7 @@ class MEDIA_EXPORT VideoCaptureDevice { |
| : public NON_EXPORTED_BASE(std::list<Name>) { |
| public: |
| // Returns NULL if no entry was found by that ID. |
| + // TODO(mcasas): Possibly not used anymore, double check. |
| Name* FindById(const std::string& id); |
| // Allow generated copy constructor and assignment. |