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

Issue 6374007: Refactor GPUProcessHost to eliminate redundancy. (Closed)

Created:
9 years, 11 months ago by jonathan.backer
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Nico
Visibility:
Public.

Description

Refactor GPUProcessHost to eliminate redundancy. There was a lot of thread hopping from IO to UI back to IO to answer requests. This is was GpuProcessHostUIShim is for. Refactored to take advantage of it. BUG=none TEST=by hand and trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72161

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -272 lines) Patch
M chrome/browser/gpu_process_host.h View 2 chunks +0 lines, -20 lines 0 comments Download
M chrome/browser/gpu_process_host.cc View 4 chunks +0 lines, -250 lines 0 comments Download
M chrome/browser/gpu_process_host_ui_shim.h View 2 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/gpu_process_host_ui_shim.cc View 4 chunks +126 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jonathan.backer
Waiting for try bots. Test by hand on all three platforms.
9 years, 11 months ago (2011-01-20 21:00:15 UTC) #1
Ken Russell (switch to Gerrit)
LGTM
9 years, 11 months ago (2011-01-21 17:56:51 UTC) #2
nduca
9 years, 11 months ago (2011-01-21 18:40:07 UTC) #3
Really neat, thanks for doing this. :)

Powered by Google App Engine
This is Rietveld 408576698