Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index d4850569b2829a85a576d0f323050441a1d0a533..df2c072184f7c4170e0fcdd9e2d7159d49178ab5 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -16,7 +16,7 @@ bool FakeProxy::isStarted() const |
return true; |
} |
-bool FakeProxy::initializeContext() |
+bool FakeProxy::initializeOutputSurface() |
{ |
return true; |
} |
@@ -26,7 +26,7 @@ bool FakeProxy::initializeRenderer() |
return true; |
} |
-bool FakeProxy::recreateContext() |
+bool FakeProxy::recreateOutputSurface() |
{ |
return true; |
} |