mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add missing stage.
This commit is contained in:
parent
6f4dadc939
commit
2afe4d2fbb
@ -121,6 +121,7 @@ class Includer final : public shaderc::CompileOptions::IncluderInterface {
|
||||
private:
|
||||
std::shared_ptr<fml::UniqueFD> working_directory_;
|
||||
std::vector<std::shared_ptr<fml::UniqueFD>> include_dirs_;
|
||||
std::string included_file_paths_;
|
||||
|
||||
FML_DISALLOW_COPY_AND_ASSIGN(Includer);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user