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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.h

Issue 2666803005: Position close buttons in bubbles based on a layout delegate constant. (Closed)
Patch Set: Remove extraneous brace Created 3 years, 11 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/views/chrome_views_delegate.cc » ('j') | ui/views/views_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_views_delegate.h
diff --git a/chrome/browser/ui/views/chrome_views_delegate.h b/chrome/browser/ui/views/chrome_views_delegate.h
index 1745da10bf70623afc0e4e0f65bca8f3c736e13b..8349047c19528071e31fcc859d569660efdcd7cb 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -68,6 +68,7 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
gfx::Insets GetDialogFrameViewInsets() override;
gfx::Insets GetBubbleDialogMargins() override;
gfx::Insets GetButtonPadding() const override;
+ int GetCloseButtonMargin() const override;
private:
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | ui/views/views_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698