Chromium Code Reviews| Index: cycle_breaker.h |
| diff --git a/cycle_breaker.h b/cycle_breaker.h |
| index 359f55b447ed4a577f583ab8408e9d494273b2b6..9c10c1749230e3531c2ab270272625705a1e7365 100644 |
| --- a/cycle_breaker.h |
| +++ b/cycle_breaker.h |
| @@ -34,7 +34,7 @@ class CycleBreaker { |
| private: |
| void HandleCircuit(); |
| void Unblock(Vertex::Index u); |
| - bool Circuit(Vertex::Index vertex); |
| + bool Circuit(Vertex::Index vertex, Vertex::Index depth); |
| bool StackContainsCutEdge() const; |
| std::vector<bool> blocked_; // "blocked" in the paper |