5#ifndef FLUTTER_DISPLAY_LIST_EFFECTS_DL_RUNTIME_EFFECT_H_
6#define FLUTTER_DISPLAY_LIST_EFFECTS_DL_RUNTIME_EFFECT_H_
11#include "third_party/skia/include/core/SkRefCnt.h"
24 virtual std::shared_ptr<impeller::RuntimeStage>
runtime_stage()
const = 0;
virtual ~DlRuntimeEffect()
virtual sk_sp< SkRuntimeEffect > skia_runtime_effect() const =0
virtual std::shared_ptr< impeller::RuntimeStage > runtime_stage() const =0
#define FML_DISALLOW_COPY_AND_ASSIGN(TypeName)