| 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 f98d489b717eed58367372daacc1b6e3ed92a4b4..d10f5b6fefac75a4676d05635d0b4fad11a4736d 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;
|
| }
|
|
|
|
|