| 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 ed30c1d3f14a9dd171046e76fa410ed0fc0228fa..8b71dc0289b666053f80d3ee30d8fe4fab5567ca 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -138,7 +138,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
|
|
| private:
|
| ~VrShell() override;
|
| - void SetShowingOverscrollGlow(bool showing_glow);
|
| + void SetIsInVR(bool is_in_vr);
|
| void PostToGlThreadWhenReady(const base::Closure& task);
|
|
|
| // content::WebContentsObserver implementation. All called on UI thread.
|
|
|