Chromium Code Reviews| Index: cc/base/region.cc |
| diff --git a/cc/base/region.cc b/cc/base/region.cc |
| index 4b89f999c52c7b1902be520ad9b595f522a63670..906bc6e3c9d1e6f0ccce6445e078015e4754b78a 100644 |
| --- a/cc/base/region.cc |
| +++ b/cc/base/region.cc |
| @@ -47,7 +47,7 @@ int Region::GetRegionComplexity() const { |
| return skregion_.computeRegionComplexity(); |
| } |
| -bool Region::Contains(gfx::Point point) const { |
| +bool Region::Contains(const gfx::Point& point) const { |
| return skregion_.contains(point.x(), point.y()); |
| } |