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

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: Use brace style struct init for WNDCLASSEX |class_ex|, fix comment. 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
« no previous file with comments | « views/controls/resize_area.cc ('k') | views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « views/controls/resize_area.cc ('k') | views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698