blob: 27d7dc153ace7b96daed0fd5d81199d64cd3d084 [file] [log] [blame]
// Copyright 2016 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 "platform/animation/CompositorKeyframe.h"
#include "platform/animation/TimingFunction.h"
namespace blink {
RefPtr<TimingFunction> CompositorKeyframe::GetTimingFunctionForTesting() const {
return CreateCompositorTimingFunctionFromCC(CcTimingFunction());
}
} // namespace blink