Chromium Code Reviews| 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..303898157113c64c6b2b9ceb4fd0efbfcceef876 100644 |
| --- a/chrome/browser/android/vr_shell/textures/button_texture.h |
| +++ b/chrome/browser/android/vr_shell/textures/button_texture.h |
| @@ -21,6 +21,8 @@ class ButtonTexture : public UiTexture { |
| bool hovered() const { return hovered_; } |
| private: |
| + void OnSetMode() override; |
| + |
| bool pressed_ = false; |
| bool hovered_ = false; |
| }; |