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

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: 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
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_;

Powered by Google App Engine
This is Rietveld 408576698