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