Index: cc/video_layer_impl.cc |
diff --git a/cc/video_layer_impl.cc b/cc/video_layer_impl.cc |
index 05f366848b30cb7dac0cd7e6602b7f4c36a8b397..d10840a09e026f94ae1d57f40ccbcc1f8c3953d3 100644 |
--- a/cc/video_layer_impl.cc |
+++ b/cc/video_layer_impl.cc |
@@ -165,7 +165,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. |
- IntRect quadRect(IntPoint(), contentBounds()); |
+ gfx::Rect quadRect(gfx::Point(), contentBounds()); |
switch (m_format) { |
case GL_LUMINANCE: { |