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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.cc

Issue 19331002: Associate an id with the output surface to handle lost contexts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, tests Created 7 years, 5 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/browser/browser_plugin/browser_plugin_guest.cc
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
index 7956ba5c333d2994ce63c99152cceb22d7869c28..19ea0ba49965cda30524ee75594058b95dfcaab0 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -1041,9 +1041,11 @@ void BrowserPluginGuest::Attach(
void BrowserPluginGuest::OnCompositorFrameACK(
int instance_id,
int route_id,
+ uint32 output_surface_id,
int renderer_host_id,
const cc::CompositorFrameAck& ack) {
RenderWidgetHostImpl::SendSwapCompositorFrameAck(route_id,
+ output_surface_id,
renderer_host_id,
ack);
}
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.h ('k') | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698