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

Issue 429863002: Remove GLInProcessContext::CreateContext() (Closed)

Created:
6 years, 4 months ago by hj.r.chung
Modified:
6 years, 4 months ago
Reviewers:
piman, boliu, no sievers
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove GLInProcessContext::CreateContext() Change all CreateContext() calls to Context() and remove unnecessary code. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286952

Patch Set 1 #

Total comments: 12

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -49 lines) Patch
M cc/test/test_in_process_context_provider.cc View 1 1 chunk +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.h View 1 1 chunk +0 lines, -9 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 1 2 chunks +1 line, -26 lines 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 1 chunk +9 lines, -8 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
hj.r.chung
PTAL!
6 years, 4 months ago (2014-07-31 02:21:57 UTC) #1
boliu
https://codereview.chromium.org/429863002/diff/1/gpu/command_buffer/client/gl_in_process_context.cc File gpu/command_buffer/client/gl_in_process_context.cc (left): https://codereview.chromium.org/429863002/diff/1/gpu/command_buffer/client/gl_in_process_context.cc#oldcode127 gpu/command_buffer/client/gl_in_process_context.cc:127: gfx::AcceleratedWidget window, I don't think you compiled this for ...
6 years, 4 months ago (2014-07-31 02:27:22 UTC) #2
hj.r.chung
https://codereview.chromium.org/429863002/diff/1/gpu/command_buffer/client/gl_in_process_context.cc File gpu/command_buffer/client/gl_in_process_context.cc (left): https://codereview.chromium.org/429863002/diff/1/gpu/command_buffer/client/gl_in_process_context.cc#oldcode127 gpu/command_buffer/client/gl_in_process_context.cc:127: gfx::AcceleratedWidget window, On 2014/07/31 02:27:22, boliu wrote: > I ...
6 years, 4 months ago (2014-07-31 02:30:33 UTC) #3
boliu
Oh oops, my bad. Misse that bit. https://codereview.chromium.org/429863002/diff/1/gpu/command_buffer/client/gl_in_process_context.cc File gpu/command_buffer/client/gl_in_process_context.cc (right): https://codereview.chromium.org/429863002/diff/1/gpu/command_buffer/client/gl_in_process_context.cc#newcode227 gpu/command_buffer/client/gl_in_process_context.cc:227: gfx::kNullAcceleratedWidget, You ...
6 years, 4 months ago (2014-07-31 02:35:32 UTC) #4
piman
https://codereview.chromium.org/429863002/diff/1/cc/test/test_in_process_context_provider.cc File cc/test/test_in_process_context_provider.cc (right): https://codereview.chromium.org/429863002/diff/1/cc/test/test_in_process_context_provider.cc#newcode39 cc/test/test_in_process_context_provider.cc:39: scoped_refptr<gpu::InProcessCommandBuffer::Service>(), nit: NULL should work too. https://codereview.chromium.org/429863002/diff/1/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc File webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc ...
6 years, 4 months ago (2014-07-31 02:42:30 UTC) #5
hj.r.chung
https://codereview.chromium.org/429863002/diff/1/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc File webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (left): https://codereview.chromium.org/429863002/diff/1/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc#oldcode153 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc:153: window_, On 2014/07/31 02:42:29, piman (slow to review) wrote: ...
6 years, 4 months ago (2014-07-31 03:05:32 UTC) #6
piman
https://codereview.chromium.org/429863002/diff/1/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc File webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (left): https://codereview.chromium.org/429863002/diff/1/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc#oldcode153 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc:153: window_, On 2014/07/31 03:05:32, hj.r.chung wrote: > On 2014/07/31 ...
6 years, 4 months ago (2014-07-31 03:41:11 UTC) #7
hj.r.chung
Sorry for the confusion. I added 'window' back. PTAL https://codereview.chromium.org/429863002/diff/1/cc/test/test_in_process_context_provider.cc File cc/test/test_in_process_context_provider.cc (right): https://codereview.chromium.org/429863002/diff/1/cc/test/test_in_process_context_provider.cc#newcode39 cc/test/test_in_process_context_provider.cc:39: ...
6 years, 4 months ago (2014-07-31 08:35:35 UTC) #8
no sievers
lgtm
6 years, 4 months ago (2014-07-31 11:07:46 UTC) #9
hj.r.chung
On 2014/07/31 11:07:46, sievers wrote: > lgtm thank you all for the reviews!
6 years, 4 months ago (2014-07-31 11:47:37 UTC) #10
hj.r.chung
The CQ bit was checked by heejin.r.chung@samsung.com
6 years, 4 months ago (2014-07-31 11:47:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/heejin.r.chung@samsung.com/429863002/20001
6 years, 4 months ago (2014-07-31 11:48:58 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 14:30:16 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 14:33:43 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1239)
6 years, 4 months ago (2014-07-31 14:33:45 UTC) #15
piman
lgtm
6 years, 4 months ago (2014-07-31 17:04:11 UTC) #16
hj.r.chung
The CQ bit was checked by heejin.r.chung@samsung.com
6 years, 4 months ago (2014-08-01 04:41:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/heejin.r.chung@samsung.com/429863002/20001
6 years, 4 months ago (2014-08-01 04:44:34 UTC) #18
commit-bot: I haz the power
6 years, 4 months ago (2014-08-01 07:31:23 UTC) #19
Message was sent while issue was closed.
Change committed as 286952

Powered by Google App Engine
This is Rietveld 408576698