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

Unified Diff: content/common/gpu/texture_image_transport_surface.cc

Issue 11519045: Remove unused gpu message fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « content/common/gpu/image_transport_surface.cc ('k') | content/port/browser/render_widget_host_view_port.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/texture_image_transport_surface.cc
diff --git a/content/common/gpu/texture_image_transport_surface.cc b/content/common/gpu/texture_image_transport_surface.cc
index b24d8834ce70d5f91458a0b9d47b355614e57ff1..d354bef215388de84b5c060a7ded228bdfd5b2fb 100644
--- a/content/common/gpu/texture_image_transport_surface.cc
+++ b/content/common/gpu/texture_image_transport_surface.cc
@@ -403,8 +403,6 @@ void TextureImageTransportSurface::CreateBackTexture() {
const MailboxName& name = mailbox_name(backbuffer_.surface_handle);
GpuHostMsg_AcceleratedSurfaceNew_Params params;
- params.width = current_size_.width();
- params.height = current_size_.height();
params.surface_handle = backbuffer_.surface_handle;
params.mailbox_name.append(
reinterpret_cast<const char*>(&name), sizeof(name));
« no previous file with comments | « content/common/gpu/image_transport_surface.cc ('k') | content/port/browser/render_widget_host_view_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698