| Index: cc/test/fake_output_surface_client.cc
|
| diff --git a/cc/test/fake_output_surface_client.cc b/cc/test/fake_output_surface_client.cc
|
| index 20de00e6bb1cbaac9094098797b6ac45c1662c8c..2033aceec1c57dd3db93667ff7e1ce25cfa5e70e 100644
|
| --- a/cc/test/fake_output_surface_client.cc
|
| +++ b/cc/test/fake_output_surface_client.cc
|
| @@ -6,10 +6,8 @@
|
|
|
| namespace cc {
|
|
|
| -bool FakeOutputSurfaceClient::DeferredInitialize(
|
| - scoped_refptr<ContextProvider> offscreen_context_provider) {
|
| +void FakeOutputSurfaceClient::DeferredInitialize() {
|
| deferred_initialize_called_ = true;
|
| - return deferred_initialize_result_;
|
| }
|
|
|
| void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) {
|
|
|