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

Unified Diff: cc/video_layer_impl.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_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index 964d35c69987fa1a76710b401134f68e9f09e976..5249405b7f93aae293669d9ab7b2489648cdf50d 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -8,6 +8,7 @@
#include "IntSize.h"
#include "base/callback.h"
#include "base/synchronization/lock.h"
+#include "cc/cc_export.h"
#include "cc/layer_impl.h"
#include "media/base/video_frame.h"
#include "third_party/khronos/GLES2/gl2.h"
@@ -27,7 +28,7 @@ namespace cc {
class LayerTreeHostImpl;
class VideoLayerImpl;
-class VideoLayerImpl : public LayerImpl
+class CC_EXPORT VideoLayerImpl : public LayerImpl
, public WebKit::WebVideoFrameProvider::Client {
jamesr 2012/11/01 23:11:30 alignment here is wacky - the ',' was lined up wit
piman 2012/11/02 00:13:37 Done.
public:
typedef base::Callback<media::VideoFrame* (WebKit::WebVideoFrame*)> FrameUnwrapper;
« cc/occlusion_tracker.cc ('K') | « cc/video_layer.h ('k') | cc/yuv_video_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698