| Index: gpu/command_buffer/client/ring_buffer_test.cc
|
| diff --git a/gpu/command_buffer/client/ring_buffer_test.cc b/gpu/command_buffer/client/ring_buffer_test.cc
|
| index 0b58e3abcbdbcc056be1043ee733c7610095fa9b..b3aca133605e5365d9ab8ab3719024426b92af70 100644
|
| --- a/gpu/command_buffer/client/ring_buffer_test.cc
|
| +++ b/gpu/command_buffer/client/ring_buffer_test.cc
|
| @@ -60,7 +60,7 @@ class BaseRingBufferTest : public testing::Test {
|
|
|
| virtual void SetUp() {
|
| delay_set_token_ = false;
|
| - api_mock_.reset(new AsyncAPIMock);
|
| + api_mock_.reset(new AsyncAPIMock(true));
|
| // ignore noops in the mock - we don't want to inspect the internals of the
|
| // helper.
|
| EXPECT_CALL(*api_mock_, DoCommand(cmd::kNoop, 0, _))
|
|
|