Chromium Code Reviews| Index: src/cpu-profiler.h |
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
| index 9485d0c19709cc97c5c5728283424a541142f61f..b06f6abb3c9df79f1c94ec07d4547ce03d24dc66 100644 |
| --- a/src/cpu-profiler.h |
| +++ b/src/cpu-profiler.h |
| @@ -283,6 +283,7 @@ class CpuProfiler { |
| ProfileGenerator* generator_; |
| ProfilerEventsProcessor* processor_; |
| int saved_logging_nesting_; |
| + bool need_to_stop_sampler_; |
| Atomic32 is_profiling_; |
| #else |