mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
SkImageFilter needs to be imported in the header (#6296)
This commit is contained in:
parent
9ca666868b
commit
a8890fdccd
@ -4,8 +4,6 @@
|
||||
|
||||
#include "flutter/flow/layers/backdrop_filter_layer.h"
|
||||
|
||||
#include "third_party/skia/include/core/SkImageFilter.h"
|
||||
|
||||
namespace flow {
|
||||
|
||||
BackdropFilterLayer::BackdropFilterLayer() = default;
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
|
||||
#include "flutter/flow/layers/container_layer.h"
|
||||
|
||||
#include "third_party/skia/include/core/SkImageFilter.h"
|
||||
|
||||
namespace flow {
|
||||
|
||||
class BackdropFilterLayer : public ContainerLayer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user