Compositor method renames

LayerTreeHostClient::DidRecreateOutputSurface > DidInitializeOutputSurface
LayerTreeHost::SetSurfaceReady > SetLayerTreeHostClientReady

TBR=sievers,jamesr,piman
NOTRY=true
BUG=

Review URL: https://chromiumcodereview.appspot.com/14951002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199023 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index 2ca82a46..8e7d466 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -90,7 +90,7 @@
   return layer_tree_host_impl_;
 }
 
-void SingleThreadProxy::SetSurfaceReady() {
+void SingleThreadProxy::SetLayerTreeHostClientReady() {
   // Scheduling is controlled by the embedder in the single thread case, so
   // nothing to do.
 }