Commit 68db6d36 authored by jinsukkim's avatar jinsukkim Committed by Commit bot

Initialize |selection_popup_controller_| properly

Set the class var to nullptr in the constructor. Missing initialization
is suspected to cause crash.

BUG=715826

Review-Url: https://codereview.chromium.org/2842373002
Cr-Commit-Position: refs/heads/master@{#467618}
parent 8c5be5dd
......@@ -446,6 +446,7 @@ RenderWidgetHostViewAndroid::RenderWidgetHostViewAndroid(
is_in_vr_(false),
content_view_core_(nullptr),
ime_adapter_android_(nullptr),
selection_popup_controller_(nullptr),
background_color_(SK_ColorWHITE),
cached_background_color_(SK_ColorWHITE),
view_(this),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment