Index: cc/base/region.h |
diff --git a/cc/base/region.h b/cc/base/region.h |
index f3f5cb87ddb0554b2965f08101d90456d0df0407..06fe7312ff674896c4c6fd6329dbe624f5fcb366 100644 |
--- a/cc/base/region.h |
+++ b/cc/base/region.h |
@@ -35,7 +35,7 @@ class CC_EXPORT Region { |
bool IsEmpty() const; |
int GetRegionComplexity() const; |
- bool Contains(gfx::Point point) const; |
+ bool Contains(const gfx::Point& point) const; |
bool Contains(const gfx::Rect& rect) const; |
bool Contains(const Region& region) const; |