| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| index e10548677cd53b3f197ca8f89dc491b0b411fbdf..83647be16008f669a020a9e66247b5923135dc2f 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -39,7 +39,7 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
|
|
| // BrowserNonClientFrameView:
|
| gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const override;
|
| - int GetTopInset() const override;
|
| + int GetTopInset(bool restored) const override;
|
| int GetThemeBackgroundXInset() const override;
|
| void UpdateThrobber(bool running) override;
|
| gfx::Size GetMinimumSize() const override;
|
| @@ -114,8 +114,8 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| ViewID view_id);
|
|
|
| // Returns the thickness of the border that makes up the window frame edges.
|
| - // This does not include any client edge. If |restored| is true, acts as if
|
| - // the window is restored regardless of the real mode.
|
| + // This does not include any client edge. If |restored| is true, this is
|
| + // calculated as if the window was restored, regardless of its current state.
|
| int FrameBorderThickness(bool restored) const;
|
|
|
| // Returns the height of the top resize area. This is smaller than the frame
|
|
|