5#ifndef FLUTTER_FLOW_LAYERS_BACKDROP_FILTER_LAYER_H_
6#define FLUTTER_FLOW_LAYERS_BACKDROP_FILTER_LAYER_H_
8#include "flutter/flow/layers/container_layer.h"
25 std::shared_ptr<const DlImageFilter> filter_;
void Preroll(PrerollContext *context) override
void Paint(PaintContext &context) const override
void Diff(DiffContext *context, const Layer *old_layer) override
BackdropFilterLayer(std::shared_ptr< const DlImageFilter > filter, DlBlendMode blend_mode)