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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_layout.cc

Issue 247193002: Remove touch layout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/location_bar/location_bar_layout.cc
diff --git a/chrome/browser/ui/views/location_bar/location_bar_layout.cc b/chrome/browser/ui/views/location_bar/location_bar_layout.cc
index f3cd25269de0e0a6abab38e3a9e35a636e6f7aa5..df0b8cb4088b60ec3781944befcd7b8f5d874ee3 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_layout.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_layout.cc
@@ -103,8 +103,8 @@ void LocationBarLayout::AddDecoration(int y,
int builtin_padding,
views::View* view) {
decorations_.push_back(new LocationBarDecoration(
- y, height, false, 0, LocationBarView::GetItemPadding(),
- LocationBarView::GetItemPadding(), builtin_padding, view));
+ y, height, false, 0, LocationBarView::kItemPadding,
+ LocationBarView::kItemPadding, builtin_padding, view));
}
void LocationBarLayout::LayoutPass1(int* entry_width) {

Powered by Google App Engine
This is Rietveld 408576698