| Index: chrome/browser/android/vr_shell/ui_elements/textured_element.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/textured_element.cc b/chrome/browser/android/vr_shell/ui_elements/textured_element.cc
|
| index 9593aa5779b181bc031d2a2c12085497bd94518a..1f62cdc4be596310669ef70323af605789fa20c9 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/textured_element.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.cc
|
| @@ -67,6 +67,7 @@ void TexturedElement::Flush(SkSurface* surface) {
|
|
|
| void TexturedElement::OnSetMode() {
|
| GetTexture()->SetMode(mode());
|
| + UpdateTexture();
|
| }
|
|
|
| } // namespace vr_shell
|
|
|