Chromium Code Reviews| Index: webkit/glue/chrome_client_impl.cc |
| =================================================================== |
| --- webkit/glue/chrome_client_impl.cc (revision 7499) |
| +++ webkit/glue/chrome_client_impl.cc (working copy) |
| @@ -409,7 +409,7 @@ |
| PlatformWidget ChromeClientImpl::platformWindow() const { |
| WebViewDelegate* d = webview_->delegate(); |
| - return d ? d->GetContainingWindow(webview_) : NULL; |
| + return d ? d->GetContainingView(webview_) : NULL; |
| } |
| void ChromeClientImpl::mouseDidMoveOverElement( |