Chromium Code Reviews| Index: src/platform.h |
| diff --git a/src/platform.h b/src/platform.h |
| index 127f788f9dd956a8f4825a9547d065551a472675..cea12b49c69e3b1dbdd57a3773aa9855030ab783 100644 |
| --- a/src/platform.h |
| +++ b/src/platform.h |
| @@ -655,6 +655,7 @@ class Sampler { |
| // Start and stop sampler. |
| void Start(); |
| void Stop(); |
| + void ResetInterval(int interval); |
| // Is the sampler used for profiling? |
| bool IsProfiling() const { return NoBarrier_Load(&profiling_) > 0; } |