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

Issue 13454036: Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition. (Closed)

Created:
7 years, 8 months ago by dcheng
Modified:
7 years, 8 months ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition. This changelist was automatically generated using a clang tool. BUG=171111 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192995

Patch Set 1 #

Patch Set 2 : Yikes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -56 lines) Patch
M gpu/command_buffer/client/fenced_allocator_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/mapped_memory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/ring_buffer_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/command_buffer_shared_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/buffer_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/buffer_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/buffer_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/cmd_parser_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 18 chunks +18 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/memory_program_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/memory_program_cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/query_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/tests/gl_test_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/render_model_utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/tools/compositor_model_bench/shaders.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
dcheng
7 years, 8 months ago (2013-04-06 19:28:07 UTC) #1
apatrick_chromium
lgtm
7 years, 8 months ago (2013-04-08 18:00:02 UTC) #2
dcheng
7 years, 8 months ago (2013-04-09 03:40:00 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r192995 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698