Chromium Code Reviews| Index: cc/trees/proxy.cc |
| diff --git a/cc/trees/proxy.cc b/cc/trees/proxy.cc |
| index 8d2d2b7eadc226c22c8d11697cd5f3b1651f78c2..fd39ed02369febfae2793d2107608d26a075e617 100644 |
| --- a/cc/trees/proxy.cc |
| +++ b/cc/trees/proxy.cc |
| @@ -78,4 +78,8 @@ Proxy::~Proxy() { |
| DCHECK(IsMainThread()); |
| } |
| +std::string Proxy::SchedulerStateAsStringForTesting() { |
| + return ""; |
| +} |
| + |
| } // namespace cc |