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

Unified Diff: chrome/browser/ui/views/location_bar/background_with_1_px_border.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
Index: chrome/browser/ui/views/location_bar/background_with_1_px_border.h
diff --git a/chrome/browser/ui/views/location_bar/background_with_1_px_border.h b/chrome/browser/ui/views/location_bar/background_with_1_px_border.h
index 0d051b30d370151ecf29d2f19a5c94b27716ecd9..f568615647498393e63ad8d7d73b2229fb2c69e9 100644
--- a/chrome/browser/ui/views/location_bar/background_with_1_px_border.h
+++ b/chrome/browser/ui/views/location_bar/background_with_1_px_border.h
@@ -26,6 +26,9 @@ class BackgroundWith1PxBorder : public views::Background {
void Paint(gfx::Canvas* canvas, views::View* view) const override;
+ // Corner radius of the roundrect border.
+ static const float kCornerRadius;
+
private:
// Color for the one pixel border.
SkColor border_color_;

Powered by Google App Engine
This is Rietveld 408576698