Chromium Code Reviews| Index: cc/layer.cc |
| diff --git a/cc/layer.cc b/cc/layer.cc |
| index d48ab89e8b7e98602143f394fbe44a1533c18913..1377dec1a7f0ece61ffd07a17ad23135ea48c34e 100644 |
| --- a/cc/layer.cc |
| +++ b/cc/layer.cc |
| @@ -830,7 +830,7 @@ void Layer::notifyAnimationFinished(double wallClockTime) |
| Region Layer::visibleContentOpaqueRegion() const |
| { |
| if (contentsOpaque()) |
| - return cc::IntRect(visibleContentRect()); |
| + return visibleContentRect(); |
| return Region(); |
| } |