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

Unified Diff: ui/views/controls/textfield/native_textfield_wrapper.h

Issue 11421204: Use native theme colors for textfields; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nix cursor color; adjust textfield functions; add read-only theme colors. Created 8 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/controls/textfield/native_textfield_wrapper.h
diff --git a/ui/views/controls/textfield/native_textfield_wrapper.h b/ui/views/controls/textfield/native_textfield_wrapper.h
index f5a6c5d4effbc3390bbaa7d66dfcff1322c2ed49..7c5a542c898eb1215703e79bc1301ed6ba09cd7f 100644
--- a/ui/views/controls/textfield/native_textfield_wrapper.h
+++ b/ui/views/controls/textfield/native_textfield_wrapper.h
@@ -72,9 +72,6 @@ class VIEWS_EXPORT NativeTextfieldWrapper {
// Updates the background color used when painting the native text field.
virtual void UpdateBackgroundColor() = 0;
- // Updates the cursor color used when painting the native text field.
- virtual void UpdateCursorColor() = 0;
-
// Updates the read-only state of the native text field.
virtual void UpdateReadOnly() = 0;

Powered by Google App Engine
This is Rietveld 408576698