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

Unified Diff: chrome/browser/views/tabs/tab_overview_container.h

Issue 132059: Changes tab overview to create a window the max size it can possibly... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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
« no previous file with comments | « chrome/browser/views/tabs/grid.cc ('k') | chrome/browser/views/tabs/tab_overview_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/views/tabs/grid.cc ('k') | chrome/browser/views/tabs/tab_overview_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698