Chromium Code Reviews| 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(); |
|
jamesr
2013/03/06 19:30:28
Is this an unrelated change?
alexst (slow to review)
2013/03/06 20:34:07
Related, when partial swaps are turned on, the emb
|
| last_mailbox_valid_ = current_mailbox_valid; |
| } |