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

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

Issue 2833363002: Add GetCaptionButtonHeightInDIPs() method (Closed)
Patch Set: Addressed review comments 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..87424c97bb729f63c3d1d6c0d46fc7377d1aeab2 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 GetCaptionButtonHeight() const override;
private:
BrowserView* browser_view_; // Weak. Our ClientView.

Powered by Google App Engine
This is Rietveld 408576698