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

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

Issue 2744463002: Add VectorIconButton functionality to ImageButton. (Closed)
Patch Set: WIP: use observer Created 3 years, 9 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/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 5e0bc98096fc2494da7492940834023c48b599f8..70f2dcf833e0d1b909be15e52a2b73fc66ba63e6 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -67,6 +67,7 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
int GetButtonMinimumWidth() const override;
int GetDialogButtonMinimumWidth() const override;
int GetButtonHorizontalPadding() const override;
+ gfx::Insets GetButtonMargins() const override;
private:
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698