| Index: cc/layers/video_layer_impl.cc
|
| diff --git a/cc/layers/video_layer_impl.cc b/cc/layers/video_layer_impl.cc
|
| index 39f549222ae16e99be79d8e45a0b327053be4e2e..8251a0948778931489e7b491801aa9edf7ddb862 100644
|
| --- a/cc/layers/video_layer_impl.cc
|
| +++ b/cc/layers/video_layer_impl.cc
|
| @@ -363,7 +363,7 @@ void VideoLayerImpl::ReleaseResources() {
|
| }
|
|
|
| void VideoLayerImpl::SetNeedsRedraw() {
|
| - SetUpdateRect(gfx::UnionRects(update_rect(), gfx::RectF(bounds())));
|
| + SetUpdateRect(gfx::UnionRects(update_rect(), gfx::Rect(bounds())));
|
| layer_tree_impl()->SetNeedsRedraw();
|
| }
|
|
|
|
|