| Index: chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h b/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
|
| index 9bb7f889a978babaaa1ac0e22c7d66b872178be5..4c2d5f33dda1c48aa55e2b30e71255e8bf2a1a79 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
|
| @@ -12,9 +12,9 @@
|
| namespace vr_shell {
|
|
|
| class ExclusiveScreenToast
|
| - : public SimpleTexturedElement<ExclusiveScreenToastTexture> {
|
| + : public TransientSimpleTexturedElement<ExclusiveScreenToastTexture> {
|
| public:
|
| - explicit ExclusiveScreenToast(int preferred_width);
|
| + ExclusiveScreenToast(int preferred_width, const base::TimeDelta& timeout);
|
| ~ExclusiveScreenToast() override;
|
|
|
| private:
|
|
|