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

Unified Diff: views/controls/textfield/native_textfield_views.h

Issue 6880201: Scrap WNDCLASSEX.hCursor, update GetCursorForPoint, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nix WindowWin cursors; only SetCuror on client events; add RootView::UpdateCursor Win arrow default. Created 9 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
Index: views/controls/textfield/native_textfield_views.h
diff --git a/views/controls/textfield/native_textfield_views.h b/views/controls/textfield/native_textfield_views.h
index 68ffbb43ac034c1d1bb4caf351acd98c78d496ae..532c8ec70ca10049e78f7c6d8a7d7b13e9e0a15c 100644
--- a/views/controls/textfield/native_textfield_views.h
+++ b/views/controls/textfield/native_textfield_views.h
@@ -107,7 +107,7 @@ class NativeTextfieldViews : public views::View,
static const char kViewClassName[];
// Returns true when
- // 1) built with GYP_DEFIENS="touchui=1"
+ // 1) built with GYP_DEFINES="touchui=1"
// 2) enabled by SetEnableTextfieldViews(true)
// 3) enabled by the command line flag "--enable-textfield-view".
static bool IsTextfieldViewsEnabled();

Powered by Google App Engine
This is Rietveld 408576698