diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 05:49:24 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 05:49:24 +0000 |
commit | 492399e06e64635ca8e3191f0653a8b081863b33 (patch) | |
tree | 48176591790aed9ffc8ffcc732b0e0fc1f013d17 /chrome/views/focus_manager_unittest.cc | |
parent | a8da3a55ce6358c92cc976f105567f67789a2510 (diff) | |
download | chromium_src-492399e06e64635ca8e3191f0653a8b081863b33.zip chromium_src-492399e06e64635ca8e3191f0653a8b081863b33.tar.gz chromium_src-492399e06e64635ca8e3191f0653a8b081863b33.tar.bz2 |
build bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/focus_manager_unittest.cc')
-rw-r--r-- | chrome/views/focus_manager_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/focus_manager_unittest.cc b/chrome/views/focus_manager_unittest.cc index 4a7240a..ce26b04 100644 --- a/chrome/views/focus_manager_unittest.cc +++ b/chrome/views/focus_manager_unittest.cc @@ -264,7 +264,8 @@ void TestViewWindow::Init() { contents_->SetBackground( ChromeViews::Background::CreateSolidBackground(255, 255, 255)); - HWNDViewContainer::Init(NULL, bounds, contents_, true); + HWNDViewContainer::Init(NULL, bounds, true); + SetContentsView(contents_); ChromeViews::CheckBox* cb = new ChromeViews::CheckBox(L"This is a checkbox"); |