Commit b333bdee authored by Bill Orr's avatar Bill Orr Committed by Commit Bot

Fix bug in SetVRDisplayInfo

BUG=848092

Change-Id: Icd1ff5e9929f6bed9c7ff657dbcc8a75b39feb35
Reviewed-on: https://chromium-review.googlesource.com/1079806Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Bill Orr <billorr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563132}
parent 37e8ae8e
...@@ -116,7 +116,7 @@ void VRDeviceBase::SetVRDisplayInfo(mojom::VRDisplayInfoPtr display_info) { ...@@ -116,7 +116,7 @@ void VRDeviceBase::SetVRDisplayInfo(mojom::VRDisplayInfoPtr display_info) {
return; return;
if (listener_) if (listener_)
listener_->OnChanged(display_info.Clone()); listener_->OnChanged(display_info_.Clone());
} }
void VRDeviceBase::OnActivate(mojom::VRDisplayEventReason reason, void VRDeviceBase::OnActivate(mojom::VRDisplayEventReason reason,
......
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