Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h

Issue 2955023002: VR: Factor transient timing out of UiSceneManager. (Closed)
Patch Set: Rebase again onto ExclusivePresentationToast class/file rename. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « chrome/browser/android/vr_shell/BUILD.gn ('k') | chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698