chromium/ui/compositor/test/layer_animator_test_controller.cc

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

#include <stddef.h>

#include <utility>

#include "ui/compositor/layer_animation_sequence.h"
#include "ui/compositor/test/layer_animator_test_controller.h"
#include "ui/gfx/geometry/rect.h"

namespace ui {

LayerAnimatorTestController::LayerAnimatorTestController(
    scoped_refptr<LayerAnimator> animator)
    :{}

LayerAnimatorTestController::~LayerAnimatorTestController() {}

LayerAnimationSequence* LayerAnimatorTestController::GetRunningSequence(
    LayerAnimationElement::AnimatableProperty property) {}

void LayerAnimatorTestController::StartThreadedAnimationsIfNeeded(
    base::TimeTicks started_time) {}

void LayerAnimatorTestController::Step(const base::TimeDelta& duration) {}

}  // namespace ui