summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-19 21:18:44 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-19 21:18:44 +0000
commitff9b986cb33d05c87eb188215770f6a833a08b2b (patch)
treeb116b0893bc7ad5017ee7dce9f820c86e2ad8cc0 /chrome/browser/views
parentb5c1e4d070251ec6663d8ab92a3bb83f6f3d75c1 (diff)
downloadchromium_src-ff9b986cb33d05c87eb188215770f6a833a08b2b.zip
chromium_src-ff9b986cb33d05c87eb188215770f6a833a08b2b.tar.gz
chromium_src-ff9b986cb33d05c87eb188215770f6a833a08b2b.tar.bz2
Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I get this to work I'll rename it NativeButton and remove the old one.
Review URL: http://codereview.chromium.org/48117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r--chrome/browser/views/frame/browser_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc
index e896fe4..79a1978 100644
--- a/chrome/browser/views/frame/browser_view.cc
+++ b/chrome/browser/views/frame/browser_view.cc
@@ -501,7 +501,7 @@ void BrowserView::SelectedTabToolbarSizeChanged(bool is_animating) {
contents_container_->set_fast_resize(false);
} else {
UpdateUIForContents(browser_->GetSelectedTabContents());
- contents_container_->UpdateHWNDBounds();
+ contents_container_->Layout();
}
}