fix programming error with flag validation
Change-Id: I94cb1c1ccc53cd1991e2cb13d1844f1d775f015f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/527062 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Herb Derby <herb@google.com>
This commit is contained in:
parent
af31b20181
commit
a43115cb25
@ -600,7 +600,7 @@ SkCommandLineConfigGpu* parse_command_line_config_gpu(const SkString&
|
||||
extendedOptions.get_option_bool("testPrecompile", &testPrecompile) &&
|
||||
extendedOptions.get_option_bool("useDDLSink", &useDDLs) &&
|
||||
extendedOptions.get_option_bool("OOPRish", &ooprish) &&
|
||||
extendedOptions.get_option_bool("slug", &slug);
|
||||
extendedOptions.get_option_bool("slug", &slug) &&
|
||||
extendedOptions.get_option_bool("reducedShaders", &reducedShaders) &&
|
||||
extendedOptions.get_option_gpu_surf_type("surf", &surfType);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user