| 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 7a3de3000f39c4ee92d3cc28a4516f973d1463f3..ee3b3931c7b8e50531806a8bd5748a8cc3cb1c05 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "chrome/browser/android/vr_shell/ui_interface.h"
|
| +#include "chrome/browser/android/vr_shell/vr_controller_model.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "device/vr/android/gvr/gvr_delegate.h"
|
| #include "device/vr/android/gvr/gvr_gamepad_data_provider.h"
|
| @@ -177,6 +178,7 @@ class VrShell : public device::GvrDelegate,
|
|
|
| void ProcessUIGesture(std::unique_ptr<blink::WebInputEvent> event);
|
| void ProcessContentGesture(std::unique_ptr<blink::WebInputEvent> event);
|
| + void SubmitControllerModel(std::unique_ptr<VrControllerModel> model);
|
|
|
| // device::GvrGamepadDataProvider implementation.
|
| void UpdateGamepadData(device::GvrGamepadData) override;
|
|
|