| Index: chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
|
| index 8b9f7cb5604f599b0c119fd09a89a2de5268a113..083449ca28e4b817cf302faed03c01c74d38b1e0 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
|
| @@ -14,7 +14,8 @@ namespace vr_shell {
|
| // roughly planar with the prompt when its near the prompt.
|
| class ExitPromptBackplane : public UiElement {
|
| public:
|
| - explicit ExitPromptBackplane(const base::Callback<void()>& click_callback);
|
| + explicit ExitPromptBackplane(int id,
|
| + const base::Callback<void()>& click_callback);
|
| ~ExitPromptBackplane() override;
|
|
|
| void OnButtonUp(const gfx::PointF& position) override;
|
|
|