| Index: components/test_runner/test_plugin.cc
 | 
| diff --git a/components/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc
 | 
| index 419bdb280c705978f1ae135d7b77ac352b47b810..cdbb969297e3168ab671936c6db7ca710c21ac2f 100644
 | 
| --- a/components/test_runner/test_plugin.cc
 | 
| +++ b/components/test_runner/test_plugin.cc
 | 
| @@ -275,7 +275,9 @@ void TestPlugin::updateGeometry(
 | 
|  
 | 
|      gpu::SyncToken sync_token;
 | 
|      gl_->GenSyncTokenCHROMIUM(fence_sync, sync_token.GetData());
 | 
| -    texture_mailbox_ = cc::TextureMailbox(mailbox, sync_token, GL_TEXTURE_2D);
 | 
| +    texture_mailbox_ =
 | 
| +        cc::TextureMailbox(mailbox, sync_token, GL_TEXTURE_2D,
 | 
| +                           gfx::Rect(rect_).size(), false, false);
 | 
|    } else {
 | 
|      std::unique_ptr<cc::SharedBitmap> bitmap =
 | 
|          delegate_->GetSharedBitmapManager()->AllocateSharedBitmap(
 | 
| 
 |