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

Unified Diff: media/blink/video_frame_compositor.h

Issue 1430063003: use MEDIA_BLINK_EXPORT in media/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/blink/video_frame_compositor.h
diff --git a/media/blink/video_frame_compositor.h b/media/blink/video_frame_compositor.h
index 8cadedbbb321f222237652dd40592d619acb1223..9983413b488a33ee0283e5c222691ab41736d403 100644
--- a/media/blink/video_frame_compositor.h
+++ b/media/blink/video_frame_compositor.h
@@ -12,8 +12,8 @@
#include "base/time/tick_clock.h"
#include "base/timer/timer.h"
#include "cc/layers/video_frame_provider.h"
-#include "media/base/media_export.h"
#include "media/base/video_renderer_sink.h"
+#include "media/blink/media_blink_export.h"
#include "ui/gfx/geometry/size.h"
namespace media {
@@ -44,7 +44,7 @@ class VideoFrame;
//
// VideoFrameCompositor must live on the same thread as the compositor, though
// it may be constructed on any thread.
-class MEDIA_EXPORT VideoFrameCompositor
+class MEDIA_BLINK_EXPORT VideoFrameCompositor
: public VideoRendererSink,
NON_EXPORTED_BASE(public cc::VideoFrameProvider) {
public:

Powered by Google App Engine
This is Rietveld 408576698