Skip to content

Commit a404064

Browse files
chinmaygardednfield
authored andcommitted
Minor: Rename the Impeller dispatcher to be something sane and prep for sidecar wireup.
1 parent a104fa5 commit a404064

File tree

3 files changed

+121
-120
lines changed

3 files changed

+121
-120
lines changed

impeller/display_list/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import("//flutter/impeller/tools/impeller.gni")
66

77
impeller_component("display_list") {
88
sources = [
9-
"display_list_impeller.cc",
10-
"display_list_impeller.h",
9+
"display_list_dispatcher.cc",
10+
"display_list_dispatcher.h",
1111
]
1212

1313
deps = [

0 commit comments

Comments
 (0)