| Index: ui/views/controls/resize_area_delegate.h
|
| diff --git a/ui/views/controls/resize_area_delegate.h b/ui/views/controls/resize_area_delegate.h
|
| index ee5e57b438671ef262e45e8e0901837bf348ea2d..cc5e133d8ccf899614e09f905d307192052bc89d 100644
|
| --- a/ui/views/controls/resize_area_delegate.h
|
| +++ b/ui/views/controls/resize_area_delegate.h
|
| @@ -16,7 +16,7 @@
|
| // positive (depending on direction of dragging and flips according to
|
| // locale directionality: dragging to the left in LTR locales gives negative
|
| // |resize_amount| but positive amount for RTL). |done_resizing| is true if
|
| - // the user has released the pointer (mouse, stylus, touch, etc.).
|
| + // the user has released the mouse.
|
| virtual void OnResize(int resize_amount, bool done_resizing) = 0;
|
|
|
| protected:
|
|
|