| Index: chrome/browser/android/vr_shell/ui_scene.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene.h b/chrome/browser/android/vr_shell/ui_scene.h
|
| index 3ef5eec10c8ec9b0231d7265660093f8392f299e..7c63c6e46bd7c453f8231d8c7322e1b5225e87e6 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.h
|
| @@ -79,7 +79,7 @@ class UiScene {
|
| ReversibleTransform* transform,
|
| float* opacity);
|
| void ApplyDictToElement(const base::DictionaryValue& dict,
|
| - ContentRectangle *element);
|
| + ContentRectangle* element);
|
|
|
| std::vector<std::unique_ptr<ContentRectangle>> ui_elements_;
|
| ContentRectangle* content_element_ = nullptr;
|
|
|