Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index aaab7802e366bd2786c34039733ee08921dcc3a3..4e6171c3e1c27fa0159846e6cf13ffceaf886fcc 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -5,6 +5,8 @@ |
#ifndef CC_TREES_PROXY_H_ |
#define CC_TREES_PROXY_H_ |
+#include <string> |
+ |
#include "base/basictypes.h" |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
@@ -98,6 +100,7 @@ class CC_EXPORT Proxy { |
// Testing hooks |
virtual bool CommitPendingForTesting() = 0; |
+ virtual std::string SchedulerStateAsStringForTesting(); |
protected: |
explicit Proxy(scoped_ptr<Thread> impl_thread); |