| Index: content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc b/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| index 597e218b017e1054d6486d43b840e1c6dee78778..94c88d5c8738b3d43a3f750440099409b76e7cde 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| +++ b/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| @@ -218,6 +218,7 @@ void BrowserPluginCompositingHelper::OnBuffersSwapped(
|
| }
|
| texture_layer_->setTextureMailbox(cc::TextureMailbox(mailbox_name,
|
| callback));
|
| + texture_layer_->setNeedsDisplay();
|
| last_mailbox_valid_ = current_mailbox_valid;
|
| }
|
|
|
|
|