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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.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 | « no previous file | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host_ui_shim.cc
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
index d1f35dd2f9b313300793666b0e188c1e37cfdfcd..da8ff4d7f735654b7df64daab969c2ebe738d2dd 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
@@ -312,9 +312,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceNew(
params.mailbox_name.length() != GL_MAILBOX_SIZE_CHROMIUM)
return;
- view->AcceleratedSurfaceNew(
- params.width, params.height, params.surface_handle,
- params.mailbox_name);
+ view->AcceleratedSurfaceNew(params.surface_handle, params.mailbox_name);
}
static base::TimeDelta GetSwapDelay() {
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698