blob: c0e11987b1a0d07ea34f23cb2e3b4eab4113d457 [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 "third_party/blink/renderer/platform/animation/compositor_keyframe.h"
#include "third_party/blink/renderer/platform/animation/timing_function.h"
namespace blink {
scoped_refptr<TimingFunction> CompositorKeyframe::GetTimingFunctionForTesting()
const {
return CreateCompositorTimingFunctionFromCC(CcTimingFunction());
}
} // namespace blink