mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add appropriate include file to canvas.cc (flutter/engine#3697)
This will ensure that the engine is not broken by a future skia roll.
This commit is contained in:
parent
ef706ef6f7
commit
c2e3ef609a
@ -15,6 +15,7 @@
|
||||
#include "lib/tonic/dart_library_natives.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "third_party/skia/include/core/SkCanvas.h"
|
||||
#include "third_party/skia/include/core/SkRSXform.h"
|
||||
|
||||
namespace blink {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user