| Index: cc/CCSchedulerStateMachine.h
|
| diff --git a/cc/CCSchedulerStateMachine.h b/cc/CCSchedulerStateMachine.h
|
| index 5cd46a7d59b55e6af1650166fc0f5db07392a76d..330b480ce1d3671280c93be666ac8d3493b56047 100644
|
| --- a/cc/CCSchedulerStateMachine.h
|
| +++ b/cc/CCSchedulerStateMachine.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CCSchedulerStateMachine_h
|
| #define CCSchedulerStateMachine_h
|
|
|
| +#include <string>
|
| #include <wtf/Noncopyable.h>
|
| -#include <wtf/text/WTFString.h>
|
|
|
| namespace WebCore {
|
|
|
| @@ -129,7 +129,7 @@ public:
|
| // Exposed for testing purposes.
|
| void setMaximumNumberOfFailedDrawsBeforeDrawIsForced(int);
|
|
|
| - String toString();
|
| + std::string toString();
|
|
|
| protected:
|
| bool shouldDrawForced() const;
|
|
|