Skip to content

Commit 7c7c45d

Browse files
authored
Update skia includes to be more specific (flutter#43284)
Update flutter engine includes to be more specific about use of Skia includes. These changes are required to unblock the Skia roller that has new streamlined include files.
1 parent 3d30145 commit 7c7c45d

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

display_list/display_list_unittests.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "flutter/testing/display_list_testing.h"
2222
#include "flutter/testing/testing.h"
2323

24+
#include "third_party/skia/include/core/SkBBHFactory.h"
2425
#include "third_party/skia/include/core/SkPictureRecorder.h"
2526
#include "third_party/skia/include/core/SkRSXform.h"
2627
#include "third_party/skia/include/core/SkSurface.h"

display_list/effects/dl_image_filter_unittests.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "flutter/display_list/utils/dl_comparable.h"
1313
#include "gtest/gtest.h"
1414

15+
#include "third_party/skia/include/core/SkSamplingOptions.h"
1516
#include "third_party/skia/include/effects/SkImageFilters.h"
1617

1718
namespace flutter {

display_list/testing/dl_rendering_unittests.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "flutter/testing/display_list_testing.h"
1818
#include "flutter/testing/testing.h"
1919

20+
#include "third_party/skia/include/core/SkBBHFactory.h"
2021
#include "third_party/skia/include/core/SkColorFilter.h"
2122
#include "third_party/skia/include/core/SkPictureRecorder.h"
2223
#include "third_party/skia/include/core/SkSurface.h"

flow/rtree_unittests.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include "flutter/testing/testing.h"
88
#include "third_party/skia/include/core/SkCanvas.h"
9+
#include "third_party/skia/include/core/SkPicture.h"
910
#include "third_party/skia/include/core/SkPictureRecorder.h"
1011

1112
namespace flutter {

0 commit comments

Comments
 (0)