| 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 435ef38182bb96a0144335ab42e82d8d85c25da3..cecbe0d57c962094cef25a00df91a0ea32c2ae90 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -135,7 +135,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.
|
|
|