Chromium Code Reviews| Index: android_webview/native/aw_contents.cc |
| diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc |
| index 1c05e59047cdd694cb565829c642eec47e1f42fe..6e044c96b3023c869b288d0c9150f44ebc810e0a 100644 |
| --- a/android_webview/native/aw_contents.cc |
| +++ b/android_webview/native/aw_contents.cc |
| @@ -172,6 +172,7 @@ AwBrowserPermissionRequestDelegate* AwBrowserPermissionRequestDelegate::FromID( |
| AwContents::AwContents(std::unique_ptr<WebContents> web_contents) |
| : functor_(nullptr), |
| browser_view_renderer_( |
| + web_contents.get(), |
| this, |
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)), |
| web_contents_(std::move(web_contents)), |
|
boliu
2016/06/03 02:18:20
you need to fix declaration order, otherwise BVR d
hush (inactive)
2016/06/09 22:44:53
great.
I moved web_contents_ above bvr_
|