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

Unified Diff: cc/video_layer.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « cc/tree_synchronizer.h ('k') | cc/video_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/tree_synchronizer.h ('k') | cc/video_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698