| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index 72bf12d430092eaaad12d1a728ae08624082175d..a24e389ed01f18b2af60d57406f9ac8611dfe9d0 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -95,6 +95,9 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| bool enabled);
|
|
|
| void ContentWebContentsDestroyed();
|
| + // Called when our WebContents have been hidden. Usually a sign that something
|
| + // like another tab placed in front of it.
|
| + void ContentWasHidden();
|
|
|
| // html/js UI hooks.
|
| static base::WeakPtr<VrShell> GetWeakPtr(
|
|
|