| 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 1cffe56d3806628dcb5abb43b3e1792d4f96aea6..43cccc00406a98f685358840fa1a1c89150ce370 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,9 +9,10 @@
|
|
|
| namespace vr_shell {
|
|
|
| -ExclusiveScreenToast::ExclusiveScreenToast(int preferred_width,
|
| +ExclusiveScreenToast::ExclusiveScreenToast(int id,
|
| + int preferred_width,
|
| const base::TimeDelta& timeout)
|
| - : TransientSimpleTexturedElement(preferred_width, timeout) {}
|
| + : TransientSimpleTexturedElement(id, preferred_width, timeout) {}
|
|
|
| ExclusiveScreenToast::~ExclusiveScreenToast() = default;
|
|
|
|
|