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

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

Issue 2541313002: RenderTextHarfBuzz: Add support for multi line text selection. (Closed)
Patch Set: --- Created 4 years 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
Index: ui/views/style/platform_style.h
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h
index 181c18076f179045bf1f13b9b2aad9a5ffdb19ab..82e1cc9f052ac89f3f691142e52e977ce181932b 100644
--- a/ui/views/style/platform_style.h
+++ b/ui/views/style/platform_style.h
@@ -40,10 +40,6 @@ 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 text view's bounds selects to
- // the left or right end of the text from the cursor, respectively.
- static const bool kTextDragVerticallyDragsToEnd;
-
// The menu button's action to show the menu.
static const CustomButton::NotifyAction kMenuNotifyActivationAction;

Powered by Google App Engine
This is Rietveld 408576698