Chromium Code Reviews| Index: media/video/capture/video_capture_device.h |
| =================================================================== |
| --- media/video/capture/video_capture_device.h (revision 138673) |
| +++ media/video/capture/video_capture_device.h (working copy) |
| @@ -34,7 +34,7 @@ |
| }; |
| typedef std::list<Name> Names; |
| - class EventHandler { |
| + class MEDIA_EXPORT EventHandler { |
| public: |
| // Captured a new video frame. |
| virtual void OnIncomingCapturedFrame(const uint8* data, |