blob: eda9f29c9469db2523dd8969dd2445b6349941a5 [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_FRAME_TYPE_H_
#define CHROME_BROWSER_VR_FRAME_TYPE_H_
namespace vr {
enum FrameType { kUiFrame, kWebXrFrame };
} // namespace vr
#endif // CHROME_BROWSER_VR_FRAME_TYPE_H_