| Index: chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc b/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc
|
| index e43d3e66c298cf424fb21841aab13e6b4285545d..1cffe56d3806628dcb5abb43b3e1792d4f96aea6 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc
|
| @@ -9,8 +9,9 @@
|
|
|
| namespace vr_shell {
|
|
|
| -ExclusiveScreenToast::ExclusiveScreenToast(int preferred_width)
|
| - : SimpleTexturedElement(preferred_width) {}
|
| +ExclusiveScreenToast::ExclusiveScreenToast(int preferred_width,
|
| + const base::TimeDelta& timeout)
|
| + : TransientSimpleTexturedElement(preferred_width, timeout) {}
|
|
|
| ExclusiveScreenToast::~ExclusiveScreenToast() = default;
|
|
|
|
|