Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index f91599ed703d67e8f23df0d1aea6889d2fefafd3..8df7958d8f9f20dfed5b93747f5911f68b053a99 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -68,7 +68,7 @@ class ThreadProxy : public Proxy, |
virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE; |
virtual scoped_ptr<base::Value> AsValue() const OVERRIDE; |
virtual bool CommitPendingForTesting() OVERRIDE; |
- virtual scoped_ptr<base::Value> SchedulerStateAsValueForTesting() OVERRIDE; |
+ virtual scoped_ptr<base::Value> SchedulerAsValueForTesting() OVERRIDE; |
// LayerTreeHostImplClient implementation |
virtual void UpdateRendererCapabilitiesOnImplThread() OVERRIDE; |
@@ -188,8 +188,7 @@ class ThreadProxy : public Proxy, |
void ForceSerializeOnSwapBuffersOnImplThread(CompletionEvent* completion); |
void CheckOutputSurfaceStatusOnImplThread(); |
void CommitPendingOnImplThreadForTesting(CommitPendingRequest* request); |
- void SchedulerStateAsValueOnImplThreadForTesting( |
- SchedulerStateRequest* request); |
+ void SchedulerAsValueOnImplThreadForTesting(SchedulerStateRequest* request); |
void AsValueOnImplThread(CompletionEvent* completion, |
base::DictionaryValue* state) const; |
void RenewTreePriorityOnImplThread(); |