Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1996)

Unified Diff: android_webview/native/aw_contents.cc

Issue 2036023002: Rewire Android WebView's compositor changed signal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698