chromium/third_party/skia/modules/skottie/src/effects/MotionBlurEffect.h

/*
 * Copyright 2019 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkottieMotionBlurEffect_DEFINED
#define SkottieMotionBlurEffect_DEFINED

#include "modules/sksg/include/SkSGRenderNode.h"

namespace skottie {
namespace internal {

class Animator;

class MotionBlurEffect final : public sksg::CustomRenderNode {};

} // namespace internal
} // namespace skottie

#endif // SkottieMotionBlurEffect_DEFINED