| Index: ui/gfx/geometry/quad_f.h
|
| diff --git a/ui/gfx/geometry/quad_f.h b/ui/gfx/geometry/quad_f.h
|
| index 4cb57132ad0a07da4708d7bd63b16ff26f8abb9d..25f8b2b34b36867f5d1d92d35fff18c004aa417a 100644
|
| --- a/ui/gfx/geometry/quad_f.h
|
| +++ b/ui/gfx/geometry/quad_f.h
|
| @@ -52,7 +52,7 @@ class GFX_EXPORT QuadF {
|
| bool IsCounterClockwise() const;
|
|
|
| // Returns true if the |point| is contained within the quad, or lies on on
|
| - // edge of the quad.
|
| + // edge of the quad. This assumes that the quad is convex.
|
| bool Contains(const gfx::PointF& point) const;
|
|
|
| // Returns a rectangle that bounds the four points of the quad. The points of
|
|
|