| 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 fc1f4bf4bae999e3cb17688afa2138d6968501ce..f0e832672d760204e41dae4da76b7e541c9b63f7 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -363,10 +363,6 @@ void BrowserPluginGuest::SetCompositingBufferData(int gpu_process_id,
|
| 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 {
|
|
|