Chromium Code Reviews| Index: src/platform-freebsd.cc |
| diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc |
| index 511759c485e245891dd41a2fa792128e91915f91..87c252c2d1d8c0401bbc17ed6ba3fb30ced8cabb 100644 |
| --- a/src/platform-freebsd.cc |
| +++ b/src/platform-freebsd.cc |
| @@ -884,6 +884,11 @@ Sampler::~Sampler() { |
| } |
| +void Sampler::DoSample() { |
| + // TODO(rogulenko): implement |
| +} |
| + |
| + |
| void Sampler::Start() { |
| ASSERT(!IsActive()); |
| SetActive(true); |