File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
#include " flutter/testing/test_dart_native_resolver.h"
19
19
#include " flutter/testing/test_gl_surface.h"
20
20
#include " flutter/testing/testing.h"
21
+ #include " third_party/skia/include/codec/SkCodecAnimation.h"
22
+ #include " third_party/skia/include/core/SkData.h"
23
+ #include " third_party/skia/include/core/SkEncodedImageFormat.h"
24
+ #include " third_party/skia/include/core/SkImageInfo.h"
25
+ #include " third_party/skia/include/core/SkSize.h"
21
26
22
27
namespace flutter {
23
28
namespace testing {
Original file line number Diff line number Diff line change 19
19
#include < string>
20
20
21
21
#include " flutter/fml/logging.h"
22
+ #include " third_party/skia/include/core/SkBitmap.h"
23
+ #include " third_party/skia/include/core/SkCanvas.h"
24
+ #include " third_party/skia/include/core/SkEncodedImageFormat.h"
22
25
#include " third_party/skia/include/core/SkImageEncoder.h"
23
26
#include " third_party/skia/include/core/SkStream.h"
24
27
#include " txt/asset_font_manager.h"
You can’t perform that action at this time.
0 commit comments