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

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

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
« ui/native_theme/common_theme.cc ('K') | « ui/views/controls/textfield/textfield.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/textfield.cc
diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
index dc0a9f2535810941f1720d9e131d0061120ed26d..b31dd2d0737218a3d623dd54b9eb3ba9f2be0594 100644
--- a/ui/views/controls/textfield/textfield.cc
+++ b/ui/views/controls/textfield/textfield.cc
@@ -573,10 +573,6 @@ void Textfield::ExecuteCommand(int command_id) {
ExecuteCommand(command_id, ui::EF_NONE);
}
-void Textfield::SetFocusPainter(std::unique_ptr<Painter> focus_painter) {
- focus_painter_ = std::move(focus_painter);
-}
-
bool Textfield::HasTextBeingDragged() {
return initiating_drag_;
}
« ui/native_theme/common_theme.cc ('K') | « ui/views/controls/textfield/textfield.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698