chromium/ui/compositor/test/multi_layer_animator_test_controller.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_COMPOSITOR_TEST_MULTI_LAYER_ANIMATOR_TEST_CONTROLLER_H_
#define UI_COMPOSITOR_TEST_MULTI_LAYER_ANIMATOR_TEST_CONTROLLER_H_

#include <vector>

#include "base/memory/raw_ptr.h"
#include "base/time/time.h"

namespace ui {
class LayerAnimator;

namespace test {
class MultiLayerAnimatorTestControllerDelegate;

// Test API class to control multiple LayerAnimators.
class MultiLayerAnimatorTestController {};

}  // namespace test
}  // namespace ui

#endif  // UI_COMPOSITOR_TEST_MULTI_LAYER_ANIMATOR_TEST_CONTROLLER_H_