diff options
Diffstat (limited to 'cc/video_layer_impl.cc')
-rw-r--r-- | cc/video_layer_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/video_layer_impl.cc b/cc/video_layer_impl.cc index 3380402..45f6ed6 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: { |