blob: c484a30697e6a2fdecac6bd1cfd405122ab3f276 [file] [log] [blame]
// Copyright 2017 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/target_property.h"
#include "cc/trees/target_property.h"
namespace vr {
static_assert(TargetProperty::NUM_TARGET_PROPERTIES - 1 <
cc::kMaxTargetPropertyIndex,
"The number of vr target properties has exceeded the capacity of"
" TargetProperties");
} // namespace vr