Chromium Code Reviews| 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 945c24f6a1423a51976f3d3092c28ef20b622e36..f09e2d24d4899c04afc862d3a64184e956f227d8 100644 |
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h |
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h |
| @@ -75,6 +75,9 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView, |
| virtual bool ShouldTabIconViewAnimate() const OVERRIDE; |
| virtual SkBitmap GetFavIconForTabIconView() OVERRIDE; |
| + protected: |
| + virtual void LayoutOTRAvatar(); |
|
oshima
2011/03/16 21:10:25
OVERRIDE
rharrison
2011/03/17 17:00:50
Done.
|
| + |
| private: |
| // 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 |
| @@ -126,7 +129,6 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView, |
| // Layout various sub-components of this view. |
| void LayoutWindowControls(); |
| void LayoutTitleBar(); |
| - void LayoutOTRAvatar(); |
| // Returns the bounds of the client area for the specified view size. |
| gfx::Rect CalculateClientAreaBounds(int width, int height) const; |