Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2773)

Unified Diff: content/renderer/browser_plugin/browser_plugin_compositing_helper.cc

Issue 12463007: Disable partial swaps for webview guest renderer until we can figure out how to do that properly. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698