| Index: chrome/browser/android/vr_shell/ui_scene.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene.cc b/chrome/browser/android/vr_shell/ui_scene.cc
|
| index 6803e39a7aa42b2e09ff99bf7ce236f8e98cd4b1..348e84fc652534ae6d91f322ff8a67eb2ee66a96 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.cc
|
| @@ -442,6 +442,7 @@ void UiScene::ApplyDictToElement(const base::DictionaryValue& dict,
|
| element->parent_id = parent_id;
|
| }
|
|
|
| + dict.GetString("name", &element->name);
|
| dict.GetBoolean("visible", &element->visible);
|
| dict.GetBoolean("hitTestable", &element->hit_testable);
|
| dict.GetBoolean("lockToFov", &element->lock_to_fov);
|
|
|