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

Unified Diff: chrome/browser/ui/infobar_container_delegate.h

Issue 1826653002: Draw infobar arrow border with width of 1px on any scale factor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/infobar_container_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/infobar_container_delegate.h
diff --git a/chrome/browser/ui/infobar_container_delegate.h b/chrome/browser/ui/infobar_container_delegate.h
index 8c788c727404a1572e8fde5e7849eae1add5780a..22a54868c8f389fbf1b1ffaf95a42429d593b757 100644
--- a/chrome/browser/ui/infobar_container_delegate.h
+++ b/chrome/browser/ui/infobar_container_delegate.h
@@ -12,12 +12,15 @@
class InfoBarContainerDelegate : public infobars::InfoBarContainer::Delegate {
public:
+ // TODO(estade): make some or all of these private.
static const int kDefaultBarTargetHeight;
static const int kDefaultBarTargetHeightMd;
static const int kSeparatorLineHeight;
static const int kDefaultArrowTargetHeight;
+ static const int kDefaultArrowTargetHeightMd;
static const int kMaximumArrowTargetHeight;
static const int kDefaultArrowTargetHalfWidth;
+ static const int kDefaultArrowTargetHalfWidthMd;
static const int kMaximumArrowTargetHalfWidth;
InfoBarContainerDelegate();
« no previous file with comments | « no previous file | chrome/browser/ui/infobar_container_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698