Chromium Code Reviews| Index: content/browser/web_contents/web_contents_view_aura.cc |
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc |
| index 05dfed09227a7226d214c84a0a4321fe9f528b1e..862eb86fdad183f2e530af41e3b8e123f9f5e1db 100644 |
| --- a/content/browser/web_contents/web_contents_view_aura.cc |
| +++ b/content/browser/web_contents/web_contents_view_aura.cc |
| @@ -291,6 +291,7 @@ void WebContentsViewAura::CreateView(const gfx::Size& initial_size) { |
| window_->SetParent(NULL); |
| window_->layer()->SetMasksToBounds(true); |
| window_->SetName("WebContentsViewAura"); |
| + LOG(ERROR) << "CreateView:"; |
|
piman
2012/10/12 17:12:56
Did you mean to leave this in?
oshima
2012/10/12 17:44:53
Oops, my mistake. removed.
|
| // delegate_->GetDragDestDelegate() creates a new delegate on every call. |
| // Hence, we save a reference to it locally. Similar model is used on other |