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

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

Issue 2001433002: Update appearance of omnibox focus for MD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: share constant Created 4 years, 7 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 | « ui/native_theme/native_theme_dark_aura.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/textfield.h
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
index 738dec2982f2c0d8bece4aa414b04e3f767f76f8..ef815abf46b4cade36e17c50aeb3f77c345081b2 100644
--- a/ui/views/controls/textfield/textfield.h
+++ b/ui/views/controls/textfield/textfield.h
@@ -206,8 +206,6 @@ class VIEWS_EXPORT Textfield : public View,
// Performs the action associated with the specified command id.
void ExecuteCommand(int command_id);
- void SetFocusPainter(std::unique_ptr<Painter> focus_painter);
-
// Returns whether there is a drag operation originating from the textfield.
bool HasTextBeingDragged();
@@ -410,8 +408,6 @@ class VIEWS_EXPORT Textfield : public View,
// This will be reported as the "desired size". Defaults to 0.
int default_width_in_chars_;
- std::unique_ptr<Painter> focus_painter_;
-
// Flags indicating whether various system colors should be used, and if not,
// what overriding color values should be used instead.
bool use_default_text_color_;
« no previous file with comments | « ui/native_theme/native_theme_dark_aura.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698