| Index: components/nacl/renderer/plugin/pnacl_coordinator.h
|
| diff --git a/components/nacl/renderer/plugin/pnacl_coordinator.h b/components/nacl/renderer/plugin/pnacl_coordinator.h
|
| index 1585b5fd5df77c233c39680667484dd61abaabb5..c2d7663cfb9f1dcfb1b2bef3e9eb328eb0fb7acc 100644
|
| --- a/components/nacl/renderer/plugin/pnacl_coordinator.h
|
| +++ b/components/nacl/renderer/plugin/pnacl_coordinator.h
|
| @@ -161,8 +161,10 @@ class PnaclCoordinator {
|
| // Object file, produced by the translator and consumed by the linker.
|
| std::vector<TempFile*> obj_files_;
|
| nacl::scoped_ptr<nacl::DescWrapper> invalid_desc_wrapper_;
|
| - // Number of split modules (threads) for llc
|
| - int split_module_count_;
|
| + // Number of split modules for llc.
|
| + uint32_t split_module_count_;
|
| + // Number of threads for llc / subzero.
|
| + uint32_t num_threads_;
|
|
|
| // Translated nexe file, produced by the linker.
|
| nacl::scoped_ptr<TempFile> temp_nexe_file_;
|
|
|