Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
guard include
  • Loading branch information
dnfield committed Aug 2, 2023
commit f64c2ef5078dd6dd294daf825b367c59b449c9b0
7 changes: 7 additions & 0 deletions flow/surface_frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
#include "flutter/display_list/skia/dl_sk_canvas.h"
#include "flutter/fml/macros.h"
#include "flutter/fml/time/time_point.h"

#if IMPELLER_SUPPORTS_RENDERING
#include "impeller/display_list/dl_aiks_canvas.h" // nogncheck
#else // IMPELLER_SUPPORTS_RENDERINGƒ
namespace impeller {
class DlAiksCanvas;
} // namespace impeller
#endif // !IMPELLER_SUPPORTS_RENDERING

#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkSurface.h"
Expand Down