blob: 33f2f93c2e630e92c26cfb33c8ce6cdfaf5f20b8 [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.
#ifndef CHROME_BROWSER_VR_UI_INPUT_MANAGER_FOR_TESTING_H_
#define CHROME_BROWSER_VR_UI_INPUT_MANAGER_FOR_TESTING_H_
#include "chrome/browser/vr/ui_input_manager.h"
namespace vr {
class UiInputManagerForTesting : public UiInputManager {
public:
explicit UiInputManagerForTesting(UiScene* scene);
bool ControllerRestingInViewport() const override;
};
} // namespace vr
#endif // CHROME_BROWSER_VR_UI_INPUT_MANAGER_FOR_TESTING_H_