summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/web_contents.cc')
-rw-r--r--chrome/browser/web_contents.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/web_contents.cc b/chrome/browser/web_contents.cc
index dda65e1..a8fe7db 100644
--- a/chrome/browser/web_contents.cc
+++ b/chrome/browser/web_contents.cc
@@ -481,9 +481,8 @@ void WebContents::SetDownloadShelfVisible(bool visible) {
}
// Stupid view pass-throughs
-void WebContents::CreateView(HWND parent_hwnd,
- const gfx::Rect& initial_bounds) {
- view_->CreateView(parent_hwnd, initial_bounds);
+void WebContents::CreateView() {
+ view_->CreateView();
}
HWND WebContents::GetContainerHWND() const {
return view_->GetContainerHWND();