blob: 3832caa51806df5b3737e8e799faa5b7b0b60f54 [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/input_event.h"
namespace vr {
InputEvent::InputEvent(Type type) : type_(type) {}
InputEvent::~InputEvent() = default;
} // namespace vr