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

Issue 120043005: Remove unneeded WebGraphicsContext3D refs from content (Closed)

Created:
7 years ago by jamesr
Modified:
6 years, 11 months ago
Reviewers:
danakj, no sievers
CC:
chromium-reviews, jbauman+watch_chromium.org, jam, sievers+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Visibility:
Public.

Description

Remove unneeded WebGraphicsContext3D refs from content This is mostly mechanical, the only difference is that in places that rely on the content context support the code now downcasts the cc::ContextProvider pointer instead of downcasing the blink::WebGraphicsContext3D pointer. BUG=181120 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243410

Patch Set 1 #

Total comments: 7

Patch Set 2 : rename provider_cb -> provider_command_buffer #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -78 lines) Patch
M content/browser/android/in_process/synchronous_compositor_output_surface.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/aura/gpu_browser_compositor_output_surface.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/aura/gpu_process_transport_factory.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/aura/no_transport_image_transport_factory.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.h View 2 chunks +9 lines, -5 lines 1 comment Download
M content/common/gpu/client/context_provider_command_buffer.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M content/renderer/gpu/compositor_output_surface.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/gpu/mailbox_output_surface.cc View 10 chunks +42 lines, -45 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jamesr
7 years ago (2013-12-21 00:40:47 UTC) #1
danakj
LGTM % abbreviations https://codereview.chromium.org/120043005/diff/1/content/browser/aura/gpu_browser_compositor_output_surface.cc File content/browser/aura/gpu_browser_compositor_output_surface.cc (right): https://codereview.chromium.org/120043005/diff/1/content/browser/aura/gpu_browser_compositor_output_surface.cc#newcode32 content/browser/aura/gpu_browser_compositor_output_surface.cc:32: ContextProviderCommandBuffer* provider_cb = |provider_command_buffer|? or even ...
6 years, 11 months ago (2014-01-06 20:59:36 UTC) #2
jamesr
ok, those renames all sound good. https://codereview.chromium.org/120043005/diff/1/content/renderer/gpu/mailbox_output_surface.cc File content/renderer/gpu/mailbox_output_surface.cc (right): https://codereview.chromium.org/120043005/diff/1/content/renderer/gpu/mailbox_output_surface.cc#newcode198 content/renderer/gpu/mailbox_output_surface.cc:198: context_provider_->IsContextLost()); On 2014/01/06 ...
6 years, 11 months ago (2014-01-07 01:36:18 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/120043005/140001
6 years, 11 months ago (2014-01-07 09:57:39 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=43487
6 years, 11 months ago (2014-01-07 10:15:24 UTC) #5
no sievers
lgtm https://codereview.chromium.org/120043005/diff/140001/content/common/gpu/client/context_provider_command_buffer.h File content/common/gpu/client/context_provider_command_buffer.h (right): https://codereview.chromium.org/120043005/diff/140001/content/common/gpu/client/context_provider_command_buffer.h#newcode34 content/common/gpu/client/context_provider_command_buffer.h:34: int GetGPUProcessID(); Yea, I've been trying to remove ...
6 years, 11 months ago (2014-01-07 16:36:51 UTC) #6
danakj
https://codereview.chromium.org/120043005/diff/1/content/renderer/gpu/mailbox_output_surface.cc File content/renderer/gpu/mailbox_output_surface.cc (right): https://codereview.chromium.org/120043005/diff/1/content/renderer/gpu/mailbox_output_surface.cc#newcode198 content/renderer/gpu/mailbox_output_surface.cc:198: context_provider_->IsContextLost()); On 2014/01/07 01:36:18, jamesr wrote: > On 2014/01/06 ...
6 years, 11 months ago (2014-01-07 17:31:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/120043005/140001
6 years, 11 months ago (2014-01-07 18:18:56 UTC) #8
jamesr
On 2014/01/07 17:31:51, danakj wrote: > https://codereview.chromium.org/120043005/diff/1/content/renderer/gpu/mailbox_output_surface.cc > File content/renderer/gpu/mailbox_output_surface.cc (right): > > https://codereview.chromium.org/120043005/diff/1/content/renderer/gpu/mailbox_output_surface.cc#newcode198 > ...
6 years, 11 months ago (2014-01-07 18:18:57 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=242596
6 years, 11 months ago (2014-01-07 20:50:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/120043005/140001
6 years, 11 months ago (2014-01-07 21:06:01 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-07 22:29:30 UTC) #12
Message was sent while issue was closed.
Change committed as 243410

Powered by Google App Engine
This is Rietveld 408576698