This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 77
88#include < optional>
99#include " flutter/fml/macros.h"
10+ #include " third_party/skia/include/codec/SkCodecAnimation.h"
1011#include " third_party/skia/include/core/SkImageInfo.h"
1112#include " third_party/skia/src/codec/SkCodecImageGenerator.h"
1213
Original file line number Diff line number Diff line change 88#include " flutter/shell/common/shell_test.h"
99#include " flutter/testing/testing.h"
1010
11+ #include " third_party/skia/include/codec/SkCodecAnimation.h"
12+
1113namespace flutter {
1214namespace testing {
1315
Original file line number Diff line number Diff line change 1212#include " flutter/lib/ui/painting/image_decoder_impeller.h"
1313#endif // IMPELLER_SUPPORTS_RENDERING
1414#include " third_party/dart/runtime/include/dart_api.h"
15+ #include " third_party/skia/include/codec/SkCodecAnimation.h"
1516#include " third_party/skia/include/core/SkPixelRef.h"
1617#include " third_party/tonic/logging/dart_invoke.h"
1718
Original file line number Diff line number Diff line change 3737#include " flutter/testing/testing.h"
3838#include " gmock/gmock.h"
3939#include " third_party/rapidjson/include/rapidjson/writer.h"
40+ #include " third_party/skia/include/codec/SkCodecAnimation.h"
4041#include " third_party/skia/include/core/SkPictureRecorder.h"
4142#include " third_party/tonic/converter/dart_converter.h"
4243
Original file line number Diff line number Diff line change 1111
1212#include " flutter/fml/platform/android/jni_util.h"
1313
14+ #include " third_party/skia/include/codec/SkCodecAnimation.h"
15+
1416namespace flutter {
1517
1618static fml::jni::ScopedJavaGlobalRef<jclass>* g_flutter_jni_class = nullptr ;
You can’t perform that action at this time.
0 commit comments