| Index: cc/tiled_layer_impl.cc
|
| diff --git a/cc/tiled_layer_impl.cc b/cc/tiled_layer_impl.cc
|
| index 785742c45c7d28849a35abcf064a6dcc53b9c0ee..fdbaa3c828e2992963838bed8dcad527cd13c03e 100644
|
| --- a/cc/tiled_layer_impl.cc
|
| +++ b/cc/tiled_layer_impl.cc
|
| @@ -238,7 +238,7 @@ Region TiledLayerImpl::visibleContentOpaqueRegion() const
|
| if (m_skipsDraw)
|
| return Region();
|
| if (contentsOpaque())
|
| - return cc::IntRect(visibleContentRect());
|
| + return visibleContentRect();
|
| return m_tiler->opaqueRegionInContentRect(visibleContentRect());
|
| }
|
|
|
|
|