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