Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: ui/views/controls/resize_area_delegate.h

Issue 2811143004: Revert of Add gesture support in views::ResizeArea (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/resize_area.cc ('k') | ui/views/controls/resize_area_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/views/controls/resize_area.cc ('k') | ui/views/controls/resize_area_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698