Index: content/browser/web_contents/web_contents_android.cc |
diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc |
index cf019979dca2943b4283b47f7057c64581b29bb0..5b6f25648dc90c36e5c4cbae2a4d370e9ce39205 100644 |
--- a/content/browser/web_contents/web_contents_android.cc |
+++ b/content/browser/web_contents/web_contents_android.cc |
@@ -197,6 +197,7 @@ bool WebContentsAndroid::Register(JNIEnv* env) { |
WebContentsAndroid::WebContentsAndroid(WebContents* web_contents) |
: web_contents_(web_contents), |
navigation_controller_(&(web_contents->GetController())), |
+ synchronous_compositor_client_(nullptr), |
weak_factory_(this) { |
g_allocated_web_contents_androids.Get().insert(this); |
JNIEnv* env = AttachCurrentThread(); |