| 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 8487afe6fca816b9d0c4bd7aaecac603e4b15bf6..3f8f437299c9f3cc87a79c9a36bba559b36f0e4b 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| @@ -59,6 +59,7 @@ class VrGLThread : public base::Thread,
|
| void OnContentPaused(bool enabled) override;
|
| void NavigateBack() override;
|
| void ExitCct() override;
|
| + void ToggleCardboardGamepad(bool enabled) override;
|
|
|
| // UiInterface implementation (VrShell calling to the UI).
|
| void SetFullscreen(bool enabled) override;
|
|
|