| 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 83647be16008f669a020a9e66247b5923135dc2f..fdea6948d68a72885b31d61a7d98fc8c67db8fdb 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -84,6 +84,7 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| bool IsFullscreen() const override;
|
| bool IsTabStripVisible() const override;
|
| int GetTabStripHeight() const override;
|
| + bool IsToolbarVisible() const override;
|
| gfx::Size GetTabstripPreferredSize() const override;
|
|
|
| protected:
|
| @@ -142,10 +143,7 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| void PaintRestoredFrameBorder(gfx::Canvas* canvas);
|
| void PaintMaximizedFrameBorder(gfx::Canvas* canvas);
|
| void PaintToolbarBackground(gfx::Canvas* canvas);
|
| - void PaintRestoredClientEdge(gfx::Canvas* canvas);
|
| -
|
| - // Returns the bounds of the client area for the specified view size.
|
| - gfx::Rect CalculateClientAreaBounds(int width, int height) const;
|
| + void PaintClientEdge(gfx::Canvas* canvas);
|
|
|
| // Our layout manager also calculates various bounds.
|
| OpaqueBrowserFrameViewLayout* layout_;
|
|
|