| Index: chrome/browser/android/vr_shell/vr_gl_thread.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| index ebad2bd26c69e2e597949948e5e18c0471501bd0..5594a5a3f289d3021d7e42540efaf8fb7d55df07 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| @@ -57,6 +57,7 @@ class VrGLThread : public base::Thread,
|
| device::mojom::VRDisplayInfoPtr* info) override;
|
| void OnContentPaused(bool enabled) override;
|
| void NavigateBack() override;
|
| + void ExitCct() override;
|
|
|
| // UiInterface implementation (VrShell calling to the UI).
|
| void SetFullscreen(bool enabled) override;
|
|
|