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

Unified Diff: ui/views/style/platform_style.h

Issue 2413223003: Views:: Make Labels support text selection. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/selection_controller_delegate.h ('k') | ui/views/style/platform_style.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/style/platform_style.h
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h
index 411506ca8c381b25fa13d5a3a3e3cce9d64eecb1..cc3728a5039293a9ec06248909c519ba77142c4f 100644
--- a/ui/views/style/platform_style.h
+++ b/ui/views/style/platform_style.h
@@ -41,9 +41,9 @@ class VIEWS_EXPORT PlatformStyle {
// Whether the default button for a dialog can be the Cancel button.
static const bool kDialogDefaultButtonCanBeCancel;
- // Whether dragging vertically above or below a textfield's bounds selects to
+ // Whether dragging vertically above or below a text view's bounds selects to
// the left or right end of the text from the cursor, respectively.
- static const bool kTextfieldDragVerticallyDragsToEnd;
+ static const bool kTextDragVerticallyDragsToEnd;
// The menu button's action to show the menu.
static const CustomButton::NotifyAction kMenuNotifyActivationAction;
« no previous file with comments | « ui/views/selection_controller_delegate.h ('k') | ui/views/style/platform_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698