| Index: mojo/services/window_manager/view_target.cc
|
| diff --git a/mojo/services/window_manager/view_target.cc b/mojo/services/window_manager/view_target.cc
|
| index a9da358799d077a019f198202f7f4f482c94c1cf..474a7a49b0fbc743969aa5086d448283d3c45db0 100644
|
| --- a/mojo/services/window_manager/view_target.cc
|
| +++ b/mojo/services/window_manager/view_target.cc
|
| @@ -133,7 +133,8 @@ void ViewTarget::ConvertEventToTarget(ui::EventTarget* target,
|
| event->ConvertLocationToTarget(this, static_cast<ViewTarget*>(target));
|
| }
|
|
|
| -ViewTarget::ViewTarget(View* view_to_wrap) : view_(view_to_wrap) {
|
| +ViewTarget::ViewTarget(View* view_to_wrap)
|
| + : view_(view_to_wrap), focus_controller_(nullptr) {
|
| DCHECK(view_->GetLocalProperty(kViewTargetKey) == nullptr);
|
| view_->SetLocalProperty(kViewTargetKey, this);
|
| }
|
|
|