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

Unified Diff: cc/video_layer.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win?? Created 8 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: cc/video_layer.h
diff --git a/cc/video_layer.h b/cc/video_layer.h
index 756c5022e5f906192b5ccd15489061a4621710bb..94402193ec8600d513f8f2d97de7f137477b761d 100644
--- a/cc/video_layer.h
+++ b/cc/video_layer.h
@@ -6,6 +6,7 @@
#define VideoLayerChromium_h
#include "base/callback.h"
+#include "cc/cc_export.h"
#include "cc/layer.h"
namespace WebKit {
@@ -22,7 +23,7 @@ namespace cc {
class VideoLayerImpl;
// A Layer that contains a Video element.
-class VideoLayer : public Layer {
+class CC_EXPORT VideoLayer : public Layer {
public:
typedef base::Callback<media::VideoFrame* (WebKit::WebVideoFrame*)> FrameUnwrapper;

Powered by Google App Engine
This is Rietveld 408576698