5 #ifndef FLUTTER_IMPELLER_DISPLAY_LIST_DL_RUNTIME_EFFECT_IMPELLER_H_
6 #define FLUTTER_IMPELLER_DISPLAY_LIST_DL_RUNTIME_EFFECT_IMPELLER_H_
8 #include "flutter/display_list/effects/dl_runtime_effect.h"
17 static sk_sp<DlRuntimeEffect>
Make(
27 std::shared_ptr<impeller::RuntimeStage>
runtime_stage()
const override;
32 std::shared_ptr<impeller::RuntimeStage> runtime_stage_;
36 friend DlRuntimeEffect;
~DlRuntimeEffectImpeller() override
sk_sp< SkRuntimeEffect > skia_runtime_effect() const override
std::shared_ptr< impeller::RuntimeStage > runtime_stage() const override
static sk_sp< DlRuntimeEffect > Make(std::shared_ptr< impeller::RuntimeStage > runtime_stage)