| Index: ui/gfx/transform.h
|
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
|
| index 893e4cde038eee9e2824b3be65f1175772f95859..75871b879ae4522d164b83501273799babd67494 100644
|
| --- a/ui/gfx/transform.h
|
| +++ b/ui/gfx/transform.h
|
| @@ -101,12 +101,12 @@ class UI_EXPORT Transform {
|
|
|
| // Applies transformation on the rectangle. Returns true if the transformed
|
| // rectangle was axis aligned. If it returns false, rect will be the
|
| - // smallest axis aligned bounding box containg the transformed rect.
|
| + // smallest axis aligned bounding box containing the transformed rect.
|
| void TransformRect(gfx::Rect* rect) const;
|
|
|
| // Applies the reverse transformation on the rectangle. Returns true if
|
| // the transformed rectangle was axis aligned. If it returns false,
|
| - // rect will be the smallest axis aligned bounding box containg the
|
| + // rect will be the smallest axis aligned bounding box containing the
|
| // transformed rect.
|
| bool TransformRectReverse(gfx::Rect* rect) const;
|
|
|
|
|