| Index: chrome/browser/views/tabs/tab_overview_container.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_overview_container.h (revision 18731)
|
| +++ chrome/browser/views/tabs/tab_overview_container.h (working copy)
|
| @@ -10,8 +10,7 @@
|
| class TabOverviewGrid;
|
|
|
| // TabOverviewContainer contains TabOverviewGrid. TabOverviewContainer provides
|
| -// padding around the grid as well as maintaining a shape on the containing
|
| -// widget.
|
| +// padding around the grid.
|
| class TabOverviewContainer : public views::View {
|
| public:
|
| TabOverviewContainer();
|
| @@ -21,17 +20,10 @@
|
| // adjusting for our borders.
|
| void SetMaxSize(const gfx::Size& max_size);
|
|
|
| - // Updates the shape on the containing widget. |horizontal_center| gives the
|
| - // center of the window the parent window we're contained in is centered
|
| - // over.
|
| - void UpdateWidgetShape(int horizontal_center, int width, int height);
|
| -
|
| // View overrides.
|
| virtual gfx::Size GetPreferredSize();
|
| virtual void Layout();
|
| virtual void Paint(gfx::Canvas* canvas);
|
| - virtual void DidChangeBounds(const gfx::Rect& previous,
|
| - const gfx::Rect& current);
|
|
|
| private:
|
| TabOverviewGrid* GetTabOverviewGrid();
|
|
|