blob: aa582041b2e007eac350c9ade7779f4b7bd3be70 [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 {
scoped_refptr<TimingFunction> CompositorKeyframe::GetTimingFunctionForTesting()
const {
return CreateCompositorTimingFunctionFromCC(CcTimingFunction());
}
} // namespace blink