mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix Skia includes (flutter/engine#31909)
This commit is contained in:
parent
0c9a9f4423
commit
3f3a993abf
@ -17,6 +17,8 @@
|
||||
#include "third_party/skia/include/core/SkPath.h"
|
||||
#include "third_party/skia/include/core/SkPathEffect.h"
|
||||
#include "third_party/skia/include/core/SkPicture.h"
|
||||
#include "third_party/skia/include/core/SkPoint.h"
|
||||
#include "third_party/skia/include/core/SkPoint3.h"
|
||||
#include "third_party/skia/include/core/SkRRect.h"
|
||||
#include "third_party/skia/include/core/SkRSXform.h"
|
||||
#include "third_party/skia/include/core/SkRect.h"
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
|
||||
#include "line_metrics.h"
|
||||
#include "paragraph_style.h"
|
||||
#include "third_party/skia/include/core/SkRect.h"
|
||||
|
||||
class SkCanvas;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user