| Index: cc/yuv_video_draw_quad.h
|
| diff --git a/cc/yuv_video_draw_quad.h b/cc/yuv_video_draw_quad.h
|
| index 5d574b7bb9b882c094d2f31f1d4836726c2e5b6e..3b3fa5d7af833e48e659c2645cf1a96602f1b9b0 100644
|
| --- a/cc/yuv_video_draw_quad.h
|
| +++ b/cc/yuv_video_draw_quad.h
|
| @@ -14,7 +14,7 @@ namespace cc {
|
|
|
| class CCYUVVideoDrawQuad : public CCDrawQuad {
|
| public:
|
| - static scoped_ptr<CCYUVVideoDrawQuad> create(const CCSharedQuadState*, const IntRect&, const CCVideoLayerImpl::FramePlane& yPlane, const CCVideoLayerImpl::FramePlane& uPlane, const CCVideoLayerImpl::FramePlane& vPlane);
|
| + static scoped_ptr<CCYUVVideoDrawQuad> create(const CCSharedQuadState*, const gfx::Rect&, const CCVideoLayerImpl::FramePlane& yPlane, const CCVideoLayerImpl::FramePlane& uPlane, const CCVideoLayerImpl::FramePlane& vPlane);
|
|
|
| const CCVideoLayerImpl::FramePlane& yPlane() const { return m_yPlane; }
|
| const CCVideoLayerImpl::FramePlane& uPlane() const { return m_uPlane; }
|
| @@ -22,7 +22,7 @@ public:
|
|
|
| static const CCYUVVideoDrawQuad* materialCast(const CCDrawQuad*);
|
| private:
|
| - CCYUVVideoDrawQuad(const CCSharedQuadState*, const IntRect&, const CCVideoLayerImpl::FramePlane& yPlane, const CCVideoLayerImpl::FramePlane& uPlane, const CCVideoLayerImpl::FramePlane& vPlane);
|
| + CCYUVVideoDrawQuad(const CCSharedQuadState*, const gfx::Rect&, const CCVideoLayerImpl::FramePlane& yPlane, const CCVideoLayerImpl::FramePlane& uPlane, const CCVideoLayerImpl::FramePlane& vPlane);
|
|
|
| CCVideoLayerImpl::FramePlane m_yPlane;
|
| CCVideoLayerImpl::FramePlane m_uPlane;
|
|
|