blob: f724681bffb71bdfb43d5bf267b55770155d8101 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/vr/ui_input_manager_for_testing.h"
namespace vr {
UiInputManagerForTesting::UiInputManagerForTesting(UiScene* scene)
: UiInputManager(scene) {}
bool UiInputManagerForTesting::ControllerRestingInViewport() const {
return false;
}
} // namespace vr