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

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

Issue 11194042: Implement TextureImageTransportSurface using texture mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura DCHECK() Created 8 years 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
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698