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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_mac.h

Issue 2833363002: Add GetCaptionButtonHeightInDIPs() method (Closed)
Patch Set: Created 3 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
Index: chrome/browser/ui/views/frame/browser_frame_mac.h
diff --git a/chrome/browser/ui/views/frame/browser_frame_mac.h b/chrome/browser/ui/views/frame/browser_frame_mac.h
index eefb271cf3f7ffceb8bf4fa629c9d63789a5730e..34563a1853a4a0d810b9bfd7e841cf8ddf5d17d8 100644
--- a/chrome/browser/ui/views/frame/browser_frame_mac.h
+++ b/chrome/browser/ui/views/frame/browser_frame_mac.h
@@ -49,6 +49,7 @@ class BrowserFrameMac : public views::NativeWidgetMac,
// Overridden from NativeBrowserFrame:
int GetMinimizeButtonOffset() const override;
+ int GetMinimizeButtonHeight() const override;
private:
BrowserView* browser_view_; // Weak. Our ClientView.

Powered by Google App Engine
This is Rietveld 408576698