SkImageFilter needs to be imported in the header (#6296)

This commit is contained in:
Mehmet Fidanboylu 2018-09-20 16:45:23 -07:00 committed by GitHub
parent 9ca666868b
commit a8890fdccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {