| Index: cc/video_layer_impl.cc
|
| diff --git a/cc/video_layer_impl.cc b/cc/video_layer_impl.cc
|
| index 3380402d4378272ff9af48e8cd4c310a7cb8dbb3..45f6ed6d057262e8ed56b5f6459f9c2a4bb6f0fe 100644
|
| --- a/cc/video_layer_impl.cc
|
| +++ b/cc/video_layer_impl.cc
|
| @@ -202,7 +202,7 @@ void VideoLayerImpl::appendQuads(QuadSink& quadSink, AppendQuadsData& appendQuad
|
| // FIXME: When we pass quads out of process, we need to double-buffer, or
|
| // otherwise synchonize use of all textures in the quad.
|
|
|
| - gfx::Rect quadRect(contentBounds());
|
| + gfx::Rect quadRect(gfx::Point(), contentBounds());
|
|
|
| switch (m_format) {
|
| case GL_LUMINANCE: {
|
|
|