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

Commit e2b4863

Browse files
committed
Fix rasterizer includes
1 parent 86f9559 commit e2b4863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shell/common/rasterizer.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
#include "flutter/fml/synchronization/waitable_event.h"
2424
#include "flutter/fml/time/time_delta.h"
2525
#include "flutter/fml/time/time_point.h"
26-
#include "impeller/typographer/backends/skia/text_render_context_skia.h"
2726
#if IMPELLER_SUPPORTS_RENDERING
2827
// GN is having trouble understanding how this works in the Fuchsia builds.
29-
#include "flutter/impeller/aiks/aiks_context.h" // nogncheck
30-
#include "flutter/impeller/renderer/context.h" // nogncheck
31-
#endif // IMPELLER_SUPPORTS_RENDERING
28+
#include "impeller/aiks/aiks_context.h" // nogncheck
29+
#include "impeller/renderer/context.h" // nogncheck
30+
#include "impeller/typographer/backends/skia/text_render_context_skia.h" // nogncheck
31+
#endif // IMPELLER_SUPPORTS_RENDERING
3232
#include "flutter/lib/ui/snapshot_delegate.h"
3333
#include "flutter/shell/common/pipeline.h"
3434
#include "flutter/shell/common/snapshot_controller.h"

0 commit comments

Comments
 (0)