| Index: chrome/browser/tab_contents/web_contents_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents_view_win.cc (revision 8984)
|
| +++ chrome/browser/tab_contents/web_contents_view_win.cc (working copy)
|
| @@ -40,6 +40,11 @@
|
|
|
| } // namespace
|
|
|
| +// static
|
| +WebContentsView* WebContentsView::Create(WebContents* web_contents) {
|
| + return new WebContentsViewWin(web_contents);
|
| +}
|
| +
|
| WebContentsViewWin::WebContentsViewWin(WebContents* web_contents)
|
| : web_contents_(web_contents),
|
| ignore_next_char_event_(false) {
|
|
|