Fixes an include path (flutter/engine#36899)

This commit is contained in:
Zachary Anderson 2022-10-20 12:20:15 -07:00 committed by GitHub
parent e8bcaed851
commit f8bb24bed1

View File

@ -9,7 +9,7 @@
#include "flutter/fml/make_copyable.h"
#include "flutter/lib/ui/painting/image.h"
#if IMPELLER_SUPPORTS_RENDERING
#include "lib/ui/painting/image_decoder_impeller.h"
#include "flutter/lib/ui/painting/image_decoder_impeller.h"
#endif // IMPELLER_SUPPORTS_RENDERING
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/skia/include/core/SkPixelRef.h"