| Index: chrome/browser/android/vr_shell/textures/button_texture.cc
|
| diff --git a/chrome/browser/android/vr_shell/textures/button_texture.cc b/chrome/browser/android/vr_shell/textures/button_texture.cc
|
| index 549c556c31714dd6353378f41a43ae11c82e1970..3d3ff6904b385f646e46898aed5a09a8d2bc6b19 100644
|
| --- a/chrome/browser/android/vr_shell/textures/button_texture.cc
|
| +++ b/chrome/browser/android/vr_shell/textures/button_texture.cc
|
| @@ -10,6 +10,10 @@ ButtonTexture::ButtonTexture() = default;
|
|
|
| ButtonTexture::~ButtonTexture() = default;
|
|
|
| +void ButtonTexture::OnSetMode() {
|
| + set_dirty();
|
| +}
|
| +
|
| void ButtonTexture::SetPressed(bool pressed) {
|
| if (pressed_ != pressed)
|
| set_dirty();
|
|
|