| Index: cc/test/test_web_graphics_context_3d.cc
|
| diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
|
| index 6394b6109b3da08bf94e620b9be253fa87d086d3..27a7b4c784ce7e7ce25e60f0882bbb13c260ef23 100644
|
| --- a/cc/test/test_web_graphics_context_3d.cc
|
| +++ b/cc/test/test_web_graphics_context_3d.cc
|
| @@ -436,7 +436,7 @@ void TestWebGraphicsContext3D::genMailboxCHROMIUM(GLbyte* mailbox) {
|
| --times_gen_mailbox_succeeds_;
|
| }
|
| if (context_lost_) {
|
| - memset(mailbox, 0, 64);
|
| + memset(mailbox, 0, GL_MAILBOX_SIZE_CHROMIUM);
|
| return;
|
| }
|
|
|
|
|