Skip to content

Commit

Permalink
Add private Skia methods needed to support Vulkan (flutter#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejurka authored Apr 5, 2017
1 parent 9c7ad5a commit 9e59a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkan/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ source_set("vulkan") {
"//third_party/skia:gpu",
]

public_configs = [ ":vulkan_config" ]
public_configs = [ ":vulkan_config", "//third_party/skia:skia_private" ]
}

0 comments on commit 9e59a83

Please sign in to comment.