Index: content/browser/browser_plugin/browser_plugin_guest.cc |
=================================================================== |
--- content/browser/browser_plugin/browser_plugin_guest.cc (revision 171661) |
+++ content/browser/browser_plugin/browser_plugin_guest.cc (working copy) |
@@ -353,6 +353,10 @@ |
surface_handle_ = gfx::GLSurfaceHandle(gfx::kNullPluginWindow, true); |
surface_handle_.parent_gpu_process_id = gpu_process_id; |
surface_handle_.parent_client_id = client_id; |
+ surface_handle_.parent_context_id = context_id; |
+ surface_handle_.parent_texture_id[0] = texture_id_0; |
+ surface_handle_.parent_texture_id[1] = texture_id_1; |
+ surface_handle_.sync_point = sync_point; |
} |
bool BrowserPluginGuest::InAutoSizeBounds(const gfx::Size& size) const { |