| Index: media/video/video_decode_engine.h
|
| ===================================================================
|
| --- media/video/video_decode_engine.h (revision 95116)
|
| +++ media/video/video_decode_engine.h (working copy)
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "media/base/media_export.h"
|
| #include "media/base/video_decoder_config.h"
|
| #include "media/base/video_frame.h"
|
|
|
| @@ -30,9 +31,9 @@
|
| uint32 surface_height;
|
| };
|
|
|
| -class VideoDecodeEngine {
|
| +class MEDIA_EXPORT VideoDecodeEngine {
|
| public:
|
| - struct EventHandler {
|
| + struct MEDIA_EXPORT EventHandler {
|
| public:
|
| virtual ~EventHandler() {}
|
| virtual void OnInitializeComplete(const VideoCodecInfo& info) = 0;
|
|
|