We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eee26 commit a104fa5Copy full SHA for a104fa5
impeller/display_list/BUILD.gn
@@ -12,7 +12,7 @@ impeller_component("display_list") {
12
13
deps = [
14
"../aiks",
15
- "//flutter/flow",
+ "//flutter/display_list",
16
"//flutter/fml",
17
"//third_party/skia",
18
]
impeller/display_list/display_list_impeller.h
@@ -4,7 +4,7 @@
4
5
#pragma once
6
7
-#include "flutter/flow/display_list.h"
+#include "flutter/display_list/display_list.h"
8
#include "flutter/fml/macros.h"
9
#include "impeller/aiks/canvas.h"
10
#include "impeller/aiks/paint.h"
0 commit comments