| Index: chrome/browser/android/vr_shell/ui_elements/button.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/button.h b/chrome/browser/android/vr_shell/ui_elements/button.h
|
| index 923c6e5cc39125953314aad6b9617e311c38761d..18cbcb0f93007d97628baabe1078c5e14d7d836a 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/button.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/button.h
|
| @@ -21,7 +21,8 @@ class ButtonTexture;
|
|
|
| class Button : public TexturedElement {
|
| public:
|
| - explicit Button(base::Callback<void()> click_handler,
|
| + explicit Button(int id,
|
| + base::Callback<void()> click_handler,
|
| std::unique_ptr<ButtonTexture> texture);
|
| ~Button() override;
|
|
|
|
|