| Index: chrome/browser/android/vr_shell/textures/button_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/button_texture.h b/chrome/browser/android/vr_shell/textures/button_texture.h
|
| index 6ddf8cd94e344dd11c4898de9d05097c319d93cd..806c02d94deaa979b3918c9d97301e5093d3aa64 100644
|
| --- a/chrome/browser/android/vr_shell/textures/button_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/button_texture.h
|
| @@ -21,6 +21,7 @@ class ButtonTexture : public UiTexture {
|
| bool hovered() const { return hovered_; }
|
|
|
| private:
|
| + void OnSetMode() override;
|
| bool pressed_ = false;
|
| bool hovered_ = false;
|
| };
|
|
|