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

Unified Diff: chrome/browser/ui/views/find_bar_view.cc

Issue 187603007: Rename IDR_OMNIBOX_BORDER_AND_SHADOW_* to IDR_TEXTFIELD_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename IDR_OMNIBOX_BORDER_AND_SHADOW_* to IDR_TEXTFIELD_*. Created 6 years, 10 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: chrome/browser/ui/views/find_bar_view.cc
diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc
index 898f9559bd7e9aba5cd2ca36bf8fb3eadb3571d4..127aa270c52217358e387a48e593bca11236c0fb 100644
--- a/chrome/browser/ui/views/find_bar_view.cc
+++ b/chrome/browser/ui/views/find_bar_view.cc
@@ -156,8 +156,7 @@ FindBarView::FindBarView(FindBarHost* host)
preferred_height_ = rb.GetImageSkiaNamed(IDR_FIND_DIALOG_MIDDLE)->height();
- // Use the Omnibox border images for the textfield border.
- static const int kImages[] = IMAGE_GRID(IDR_OMNIBOX_BORDER_AND_SHADOW);
+ static const int kImages[] = IMAGE_GRID(IDR_TEXTFIELD);
find_text_border_.reset(views::Painter::CreateImageGridPainter(kImages));
EnableCanvasFlippingForRTLUI(true);
« no previous file with comments | « chrome/browser/ui/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698