Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1366)

Unified Diff: media/video/capture/video_capture_device.h

Issue 10391065: handle the case when device is closed before media pipeline is fully initialized. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698