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

Issue 2295923002: gfx: Struct traits for GpuMemoryBufferId and GpuMemoryBufferType. (Closed)

Created:
4 years, 3 months ago by sadrul
Modified:
4 years, 3 months ago
Reviewers:
Tom Sepez, Fady Samuel, sky
CC:
chromium-reviews, rjkroege, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, darin (slow to review), reveman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gfx: Struct traits for GpuMemoryBufferId and GpuMemoryBufferType. BUG=637923 Committed: https://crrev.com/900faab623165140c2c34f7ba94cced55769691c Cr-Commit-Position: refs/heads/master@{#415521}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : . #

Patch Set 4 : fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -204 lines) Patch
M services/ui/common/gpu_type_converters.h View 1 chunk +0 lines, -12 lines 0 comments Download
M services/ui/common/gpu_type_converters.cc View 1 2 chunks +5 lines, -21 lines 0 comments Download
M services/ui/common/gpu_type_converters_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/gpu/interfaces/gpu_service_internal.mojom View 1 chunk +2 lines, -0 lines 0 comments Download
M services/ui/public/interfaces/gpu_memory_buffer.mojom View 2 chunks +3 lines, -14 lines 0 comments Download
M services/ui/public/interfaces/gpu_service.mojom View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/ws/gpu_service_proxy.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/ws/gpu_service_proxy.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/mojo/buffer_types.mojom View 1 chunk +15 lines, -0 lines 0 comments Download
M ui/gfx/mojo/buffer_types.typemap View 1 2 1 chunk +7 lines, -2 lines 0 comments Download
M ui/gfx/mojo/buffer_types_enum_traits.h View 1 2 1 chunk +0 lines, -144 lines 0 comments Download
A + ui/gfx/mojo/buffer_types_traits.h View 1 2 2 chunks +59 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
sadrul
4 years, 3 months ago (2016-08-30 18:22:52 UTC) #4
Fady Samuel
https://codereview.chromium.org/2295923002/diff/20001/ui/gfx/mojo/buffer_types.typemap File ui/gfx/mojo/buffer_types.typemap (right): https://codereview.chromium.org/2295923002/diff/20001/ui/gfx/mojo/buffer_types.typemap#newcode17 ui/gfx/mojo/buffer_types.typemap:17: "gfx.mojom.GpuMemoryBufferId=gfx::GpuMemoryBufferId", use copyable_pass_by_value to avoid extra const refs since ...
4 years, 3 months ago (2016-08-30 18:27:07 UTC) #6
Fady Samuel
https://codereview.chromium.org/2295923002/diff/20001/ui/gfx/mojo/buffer_types_enum_traits.h File ui/gfx/mojo/buffer_types_enum_traits.h (right): https://codereview.chromium.org/2295923002/diff/20001/ui/gfx/mojo/buffer_types_enum_traits.h#newcode5 ui/gfx/mojo/buffer_types_enum_traits.h:5: #ifndef UI_GFX_MOJO_BUFFER_TYPES_ENUM_TRAITS_H_ bikeshedding name: these are no longer just ...
4 years, 3 months ago (2016-08-30 18:28:15 UTC) #7
Tom Sepez
lgtm
4 years, 3 months ago (2016-08-30 18:32:50 UTC) #8
sadrul
https://codereview.chromium.org/2295923002/diff/20001/ui/gfx/mojo/buffer_types.typemap File ui/gfx/mojo/buffer_types.typemap (right): https://codereview.chromium.org/2295923002/diff/20001/ui/gfx/mojo/buffer_types.typemap#newcode17 ui/gfx/mojo/buffer_types.typemap:17: "gfx.mojom.GpuMemoryBufferId=gfx::GpuMemoryBufferId", On 2016/08/30 18:27:07, Fady Samuel wrote: > use ...
4 years, 3 months ago (2016-08-30 18:35:24 UTC) #11
Fady Samuel
lgtm
4 years, 3 months ago (2016-08-30 20:35:49 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2295923002/60001
4 years, 3 months ago (2016-08-30 20:37:58 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/249581)
4 years, 3 months ago (2016-08-30 20:47:16 UTC) #23
sadrul
+sky@ for ws owner
4 years, 3 months ago (2016-08-30 22:52:10 UTC) #25
sky
LGTM
4 years, 3 months ago (2016-08-31 00:04:41 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2295923002/60001
4 years, 3 months ago (2016-08-31 00:36:03 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-31 00:40:23 UTC) #29
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 00:42:56 UTC) #31
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/900faab623165140c2c34f7ba94cced55769691c
Cr-Commit-Position: refs/heads/master@{#415521}

Powered by Google App Engine
This is Rietveld 408576698