Index: media/video/capture/video_capture_proxy.h |
=================================================================== |
--- media/video/capture/video_capture_proxy.h (revision 98516) |
+++ media/video/capture/video_capture_proxy.h (working copy) |
@@ -25,7 +25,8 @@ |
// state from the "main thread" is fundamentally racy. Instead this class keeps |
// track of the state every time it is called by the VideoCapture (on the VC |
// thread), and forwards that information to the main thread. |
-class VideoCaptureHandlerProxy : public VideoCapture::EventHandler { |
+class MEDIA_EXPORT VideoCaptureHandlerProxy |
+ : public VideoCapture::EventHandler { |
public: |
struct VideoCaptureState { |
VideoCaptureState() : started(false), width(0), height(0), frame_rate(0) {} |