blob: 3331ffaf9c97b2b5f93d9d0a2524a0563af67dc9 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_VR_TEST_ANIMATION_UTILS_H_
#define CHROME_BROWSER_VR_TEST_ANIMATION_UTILS_H_
#include <vector>
#include "chrome/browser/vr/target_property.h"
namespace vr {
class UiElement;
// Returns true if the given properties are being animated by the element.
bool IsAnimating(UiElement* element,
const std::vector<TargetProperty>& properties);
} // namespace vr
#endif // CHROME_BROWSER_VR_TEST_ANIMATION_UTILS_H_