| Index: chrome/browser/android/vr_shell/vr_input_manager.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_input_manager.cc b/chrome/browser/android/vr_shell/vr_input_manager.cc
|
| index 24a67508515c70660f704d06c934aca5a4c92899..3a1818f54b0afc65eda46e5a950f3e1df2d7091e 100644
|
| --- a/chrome/browser/android/vr_shell/vr_input_manager.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_input_manager.cc
|
| @@ -32,8 +32,7 @@ WebGestureEvent MakeGestureEvent(WebInputEvent::Type type,
|
| } // namespace
|
|
|
| VrInputManager::VrInputManager(content::WebContents* web_contents)
|
| - : web_contents_(web_contents) {
|
| -}
|
| + : web_contents_(web_contents) {}
|
|
|
| VrInputManager::~VrInputManager() = default;
|
|
|
| @@ -74,7 +73,7 @@ void VrInputManager::ForwardGestureEvent(
|
| void VrInputManager::ForwardMouseEvent(
|
| const blink::WebMouseEvent& mouse_event) {
|
| if (!web_contents_->GetRenderWidgetHostView())
|
| - return;
|
| + return;
|
| content::RenderWidgetHost* rwh =
|
| web_contents_->GetRenderWidgetHostView()->GetRenderWidgetHost();
|
| if (rwh)
|
|
|