Chromium Code Reviews| 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..92f250af1a52b106f737da16dc511eefc78849ad 100644 |
| --- a/chrome/browser/android/vr_shell/textures/button_texture.cc |
| +++ b/chrome/browser/android/vr_shell/textures/button_texture.cc |
| @@ -22,4 +22,8 @@ void ButtonTexture::SetHovered(bool hovered) { |
| hovered_ = hovered; |
| } |
| +void ButtonTexture::OnSetMode() { |
| + set_dirty(); |
| +} |
| + |
| } // namespace vr_shell |