blob: b9d26f7e5a88263a5c1e2e1b36092fb962390fe1 [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 "ui/gfx/animation/keyframe/target_property.h"
namespace vr {
static_assert(TargetProperty::NUM_TARGET_PROPERTIES - 1 <
gfx::kMaxTargetPropertyIndex,
"The number of vr target properties has exceeded the capacity of"
" TargetProperties");
} // namespace vr