Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ecffe93

Browse files
committed
++
1 parent c2334c4 commit ecffe93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

impeller/aiks/canvas.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "impeller/entity/contents/solid_rrect_blur_contents.h"
2121
#include "impeller/entity/contents/text_contents.h"
2222
#include "impeller/entity/contents/texture_contents.h"
23-
#include "impeller/entity/contents/tiled_texture_contents.h"
2423
#include "impeller/entity/contents/vertices_contents.h"
2524
#include "impeller/entity/geometry/geometry.h"
2625
#include "impeller/geometry/color.h"
@@ -110,7 +109,7 @@ struct GetTextureColorSourceDataVisitor {
110109
}
111110

112111
#if IMPELLER_ENABLE_3D
113-
std::shared_ptr<ColorSourceContents> operator()(const SceneData& data) {
112+
std::optional<ImageData> operator()(const SceneData& data) {
114113
return std::nullopt;
115114
}
116115
#endif // IMPELLER_ENABLE_3D

0 commit comments

Comments
 (0)