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

Issue 2039813002: Add format modifier IDs for EGL_EXT_image_dma_buf_import extension (Closed)

Created:
4 years, 6 months ago by vinceh
Modified:
4 years, 5 months ago
CC:
chromium-reviews, kalyank, ozone-reviews_chromium.org, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add format modifier IDs for EGL_EXT_image_dma_buf_import extension And use them when creating a eglImageKHR for a EGL_LINUX_DMA_BUF_EXT target. BUG=chromium:478339 TEST=none Signed-off-by: Vince Hsu <vince.h@nvidia.com>; CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/29292a32f6f429a790e8663ce09bf67d165f49e9 Committed: https://crrev.com/47661a7fc2314e3fb9a1478b3e8611208e216f63 Cr-Original-Commit-Position: refs/heads/master@{#402656} Cr-Commit-Position: refs/heads/master@{#403418}

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Total comments: 22

Patch Set 4 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Total comments: 8

Patch Set 5 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Total comments: 1

Patch Set 6 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 7 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 8 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 9 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 10 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 11 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 12 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Total comments: 3

Patch Set 13 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 14 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Patch Set 15 : Rebased #

Patch Set 16 : Add format modifier IDs for EGL_EXT_image_dma_buf_import extension #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -110 lines) Patch
M chrome/gpu/arc_gpu_video_decode_accelerator.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M components/exo/display.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M components/exo/display.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -7 lines 0 comments Download
M components/exo/display_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -7 lines 0 comments Download
M components/exo/wayland/server.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +12 lines, -13 lines 0 comments Download
M gpu/ipc/client/gpu_channel_host.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +5 lines, -6 lines 0 comments Download
M media/gpu/video_decode_accelerator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/khronos/EGL/eglext.h View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/khronos/README.chromium View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/ipc/gfx_param_traits_macros.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +7 lines, -1 line 0 comments Download
M ui/gfx/native_pixmap_handle_ozone.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +19 lines, -3 lines 0 comments Download
M ui/gfx/native_pixmap_handle_ozone.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +9 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +15 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap_drm_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/drm/client_native_pixmap_factory_gbm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/drm_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/gpu/drm_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -8 lines 0 comments Download
M ui/ozone/platform/drm/gpu/drm_thread_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M ui/ozone/platform/drm/gpu/drm_thread_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -7 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_buffer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +6 lines, -6 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +31 lines, -27 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -9 lines 0 comments Download
M ui/ozone/platform/headless/headless_surface_factory.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/public/native_pixmap.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 90 (27 generated)
vinceh
4 years, 6 months ago (2016-06-06 07:28:18 UTC) #2
marcheu1
added a few OWNERS for all these, will also take a look
4 years, 6 months ago (2016-06-07 01:26:44 UTC) #6
marcheu1
https://codereview.chromium.org/2039813002/diff/1/ui/ozone/platform/drm/gpu/gbm_buffer.h File ui/ozone/platform/drm/gpu/gbm_buffer.h (right): https://codereview.chromium.org/2039813002/diff/1/ui/ozone/platform/drm/gpu/gbm_buffer.h#newcode53 ui/ozone/platform/drm/gpu/gbm_buffer.h:53: const std::vector<uint64_t>& modifiers); Is there a way we can ...
4 years, 6 months ago (2016-06-07 01:29:07 UTC) #7
reveman
ui/gl/gl_image_* lgtm with nits https://codereview.chromium.org/2039813002/diff/1/ui/gl/gl_image_ozone_native_pixmap.cc File ui/gl/gl_image_ozone_native_pixmap.cc (right): https://codereview.chromium.org/2039813002/diff/1/ui/gl/gl_image_ozone_native_pixmap.cc#newcode154 ui/gl/gl_image_ozone_native_pixmap.cc:154: nit: avoid adding this blankline? ...
4 years, 6 months ago (2016-06-07 01:33:10 UTC) #8
piman
https://codereview.chromium.org/2039813002/diff/1/ui/gl/gl_image_ozone_native_pixmap.cc File ui/gl/gl_image_ozone_native_pixmap.cc (right): https://codereview.chromium.org/2039813002/diff/1/ui/gl/gl_image_ozone_native_pixmap.cc#newcode142 ui/gl/gl_image_ozone_native_pixmap.cc:142: attrs.push_back((uint32_t)((modifier >> 32) & 0xffffffff)); nit: use static_cast<uint32_t> instead ...
4 years, 6 months ago (2016-06-07 01:37:46 UTC) #9
vinceh
https://codereview.chromium.org/2039813002/diff/1/ui/ozone/platform/drm/gpu/gbm_buffer.h File ui/ozone/platform/drm/gpu/gbm_buffer.h (right): https://codereview.chromium.org/2039813002/diff/1/ui/ozone/platform/drm/gpu/gbm_buffer.h#newcode53 ui/ozone/platform/drm/gpu/gbm_buffer.h:53: const std::vector<uint64_t>& modifiers); On 2016/06/07 01:29:07, marcheu1 wrote: > ...
4 years, 6 months ago (2016-06-07 01:56:31 UTC) #10
spang
https://codereview.chromium.org/2039813002/diff/20001/ui/ozone/platform/drm/gpu/gbm_buffer.h File ui/ozone/platform/drm/gpu/gbm_buffer.h (right): https://codereview.chromium.org/2039813002/diff/20001/ui/ozone/platform/drm/gpu/gbm_buffer.h#newcode61 ui/ozone/platform/drm/gpu/gbm_buffer.h:61: std::vector<uint64_t> modifiers_; Can you do something like struct GbmBufferPlane ...
4 years, 6 months ago (2016-06-07 15:24:36 UTC) #11
vinceh
On 2016/06/07 15:24:36, spang wrote: > https://codereview.chromium.org/2039813002/diff/20001/ui/ozone/platform/drm/gpu/gbm_buffer.h > File ui/ozone/platform/drm/gpu/gbm_buffer.h (right): > > https://codereview.chromium.org/2039813002/diff/20001/ui/ozone/platform/drm/gpu/gbm_buffer.h#newcode61 > ...
4 years, 6 months ago (2016-06-08 08:41:12 UTC) #12
vinceh
On 2016/06/08 08:41:12, vince.h wrote: > On 2016/06/07 15:24:36, spang wrote: > > > https://codereview.chromium.org/2039813002/diff/20001/ui/ozone/platform/drm/gpu/gbm_buffer.h ...
4 years, 6 months ago (2016-06-13 03:23:40 UTC) #13
reveman
+dcastagna
4 years, 6 months ago (2016-06-13 03:30:02 UTC) #15
Daniele Castagna
On 2016/06/13 at 03:23:40, vince.h wrote: > On 2016/06/08 08:41:12, vince.h wrote: > > On ...
4 years, 6 months ago (2016-06-13 05:14:02 UTC) #16
vinceh
On 2016/06/13 05:14:02, Daniele Castagna wrote: > On 2016/06/13 at 03:23:40, vince.h wrote: > > ...
4 years, 6 months ago (2016-06-13 05:45:09 UTC) #17
reveman
On 2016/06/13 at 05:45:09, vince.h wrote: > On 2016/06/13 05:14:02, Daniele Castagna wrote: > > ...
4 years, 6 months ago (2016-06-13 16:43:42 UTC) #18
vinceh
On 2016/06/13 16:43:42, reveman wrote: > On 2016/06/13 at 05:45:09, vince.h wrote: > > On ...
4 years, 6 months ago (2016-06-15 03:30:56 UTC) #19
Daniele Castagna
Thank you! If you don't mind updating also ui/gl/gl_image_ozone_native_pixmap_drm_unittest.cc (it gets built only on intel ...
4 years, 6 months ago (2016-06-15 03:50:20 UTC) #20
Daniele Castagna
Thank you! If you don't mind updating also ui/gl/gl_image_ozone_native_pixmap_drm_unittest.cc (it gets built only on intel ...
4 years, 6 months ago (2016-06-15 03:50:20 UTC) #21
vinceh
Add tsepez for change https://codereview.chromium.org/2039813002/patch/40001/50009 although the system showed he is OOO to 6/20
4 years, 6 months ago (2016-06-15 04:14:26 UTC) #23
vinceh
Somehow I missed ui/gl/gl_image_ozone_native_pixmap_drm_unittest.cc for the strides_and_offsets change. Will update it. :) https://codereview.chromium.org/2039813002/diff/40001/components/exo/display.cc File components/exo/display.cc ...
4 years, 6 months ago (2016-06-15 04:35:18 UTC) #24
vinceh
Uploaded v4.
4 years, 6 months ago (2016-06-15 06:31:31 UTC) #25
Daniele Castagna
https://codereview.chromium.org/2039813002/diff/60001/third_party/khronos/EGL/eglext.h File third_party/khronos/EGL/eglext.h (right): https://codereview.chromium.org/2039813002/diff/60001/third_party/khronos/EGL/eglext.h#newcode564 third_party/khronos/EGL/eglext.h:564: #define EGL_LINUX_DRM_PLANE0_MODIFIER0_EXT 0x3286 Shoudln't there be a space between ...
4 years, 6 months ago (2016-06-15 17:30:10 UTC) #26
Daniele Castagna
https://codereview.chromium.org/2039813002/diff/40001/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc File ui/ozone/platform/drm/gpu/gbm_surface_factory.cc (right): https://codereview.chromium.org/2039813002/diff/40001/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc#newcode130 ui/ozone/platform/drm/gpu/gbm_surface_factory.cc:130: planes.emplace_back(plane); On 2016/06/15 at 04:35:18, vince.h wrote: > On ...
4 years, 6 months ago (2016-06-15 17:34:29 UTC) #27
vinceh
https://codereview.chromium.org/2039813002/diff/60001/third_party/khronos/EGL/eglext.h File third_party/khronos/EGL/eglext.h (right): https://codereview.chromium.org/2039813002/diff/60001/third_party/khronos/EGL/eglext.h#newcode564 third_party/khronos/EGL/eglext.h:564: #define EGL_LINUX_DRM_PLANE0_MODIFIER0_EXT 0x3286 On 2016/06/15 17:30:09, Daniele Castagna wrote: ...
4 years, 6 months ago (2016-06-16 02:08:44 UTC) #28
vinceh
Uploaded v5. :)_
4 years, 6 months ago (2016-06-16 03:10:05 UTC) #29
Daniele Castagna
Kicked off the trybots, let's see if everything is green. Please also be aware of ...
4 years, 6 months ago (2016-06-17 04:34:53 UTC) #30
vinceh
On 2016/06/17 04:34:53, Daniele Castagna wrote: > Kicked off the trybots, let's see if everything ...
4 years, 6 months ago (2016-06-17 04:40:30 UTC) #31
spang
lgtm
4 years, 6 months ago (2016-06-17 19:41:27 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039813002/100001
4 years, 6 months ago (2016-06-17 19:47:26 UTC) #34
commit-bot: I haz the power
Dry run: The author vince.h@nvidia.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com ...
4 years, 6 months ago (2016-06-17 19:47:29 UTC) #36
vinceh
Hi, Sorry for some newbie questions. Daniele had helped me trigger the trybot with v5, ...
4 years, 6 months ago (2016-06-18 02:44:05 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039813002/120001
4 years, 6 months ago (2016-06-22 02:32:32 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/204729)
4 years, 6 months ago (2016-06-22 02:41:11 UTC) #43
vinceh
Add jln, dnicoara, and jam as reviewers.
4 years, 6 months ago (2016-06-23 11:02:31 UTC) #45
jam
On 2016/06/23 11:02:31, vince.h wrote: > Add jln, dnicoara, and jam as reviewers. since you ...
4 years, 6 months ago (2016-06-23 15:58:27 UTC) #46
vinceh
On 2016/06/23 15:58:27, jam wrote: > On 2016/06/23 11:02:31, vince.h wrote: > > Add jln, ...
4 years, 6 months ago (2016-06-23 16:20:40 UTC) #47
dnicoara
spang@ already approved ui/ozone/* and ui/gl/*ozone* and reveman@ approved components/* and ui/gl/* Remaining changes to ...
4 years, 6 months ago (2016-06-23 16:40:50 UTC) #48
jam
On 2016/06/23 16:40:50, dnicoara wrote: > spang@ already approved ui/ozone/* and ui/gl/*ozone* and reveman@ approved ...
4 years, 6 months ago (2016-06-23 17:15:21 UTC) #49
vinceh
On 2016/06/23 17:15:21, jam wrote: > On 2016/06/23 16:40:50, dnicoara wrote: > > spang@ already ...
4 years, 6 months ago (2016-06-24 04:51:28 UTC) #50
vinceh
Hi jln, Could you please ack this patch? :) Thanks, Vince
4 years, 5 months ago (2016-06-27 07:29:56 UTC) #51
vinceh
Adding dcheng/jschuh/nasko to review the ui/gfx/ipc/* change in case jln is OOO.
4 years, 5 months ago (2016-06-28 01:30:48 UTC) #53
marcheu1
On 2016/06/28 01:30:48, vince.h wrote: > Adding dcheng/jschuh/nasko to review the ui/gfx/ipc/* change in case ...
4 years, 5 months ago (2016-06-28 01:36:46 UTC) #56
rickyz (no longer on Chrome)
lgtm https://codereview.chromium.org/2039813002/diff/220001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (right): https://codereview.chromium.org/2039813002/diff/220001/components/exo/wayland/server.cc#newcode530 components/exo/wayland/server.cc:530: int num_planes = size_t https://codereview.chromium.org/2039813002/diff/220001/ui/gl/gl_image_ozone_native_pixmap.cc File ui/gl/gl_image_ozone_native_pixmap.cc (right): ...
4 years, 5 months ago (2016-06-28 06:53:13 UTC) #57
reveman
https://codereview.chromium.org/2039813002/diff/220001/ui/gfx/native_pixmap_handle_ozone.h File ui/gfx/native_pixmap_handle_ozone.h (right): https://codereview.chromium.org/2039813002/diff/220001/ui/gfx/native_pixmap_handle_ozone.h#newcode18 ui/gfx/native_pixmap_handle_ozone.h:18: struct GFX_EXPORT GbmBufferPlane { Should this be NativePixmapPlane? Not ...
4 years, 5 months ago (2016-06-28 07:16:17 UTC) #58
dcheng
On 2016/06/28 01:30:48, vince.h wrote: > Adding dcheng/jschuh/nasko to review the ui/gfx/ipc/* change in case ...
4 years, 5 months ago (2016-06-28 07:21:41 UTC) #59
vinceh
On 2016/06/28 06:53:13, rickyz wrote: > lgtm > > https://codereview.chromium.org/2039813002/diff/220001/components/exo/wayland/server.cc > File components/exo/wayland/server.cc (right): > ...
4 years, 5 months ago (2016-06-28 08:08:39 UTC) #60
vinceh
On 2016/06/28 07:16:17, reveman wrote: > https://codereview.chromium.org/2039813002/diff/220001/ui/gfx/native_pixmap_handle_ozone.h > File ui/gfx/native_pixmap_handle_ozone.h (right): > > https://codereview.chromium.org/2039813002/diff/220001/ui/gfx/native_pixmap_handle_ozone.h#newcode18 > ...
4 years, 5 months ago (2016-06-28 08:10:54 UTC) #61
vinceh
On 2016/06/28 07:21:41, dcheng wrote: > On 2016/06/28 01:30:48, vince.h wrote: > > Adding dcheng/jschuh/nasko ...
4 years, 5 months ago (2016-06-28 08:14:04 UTC) #62
reveman
On 2016/06/28 at 08:10:54, vince.h wrote: > On 2016/06/28 07:16:17, reveman wrote: > > https://codereview.chromium.org/2039813002/diff/220001/ui/gfx/native_pixmap_handle_ozone.h ...
4 years, 5 months ago (2016-06-28 08:32:33 UTC) #63
vinceh
On 2016/06/28 08:32:33, reveman wrote: > On 2016/06/28 at 08:10:54, vince.h wrote: > > On ...
4 years, 5 months ago (2016-06-28 08:36:38 UTC) #64
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2039813002/260001
4 years, 5 months ago (2016-06-28 13:22:09 UTC) #66
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-28 16:19:01 UTC) #68
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/2039813002/260001
4 years, 5 months ago (2016-06-29 00:59:42 UTC) #71
commit-bot: I haz the power
Committed patchset #14 (id:260001)
4 years, 5 months ago (2016-06-29 02:12:45 UTC) #73
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/29292a32f6f429a790e8663ce09bf67d165f49e9 Cr-Commit-Position: refs/heads/master@{#402656}
4 years, 5 months ago (2016-06-29 02:15:36 UTC) #75
Josh Horwich
A revert of this CL (patchset #14 id:260001) has been created in https://codereview.chromium.org/2110213002/ by jhorwich@chromium.org. ...
4 years, 5 months ago (2016-06-29 19:32:00 UTC) #76
vinceh
On 2016/06/29 19:32:00, Josh Horwich wrote: > A revert of this CL (patchset #14 id:260001) ...
4 years, 5 months ago (2016-06-30 07:09:00 UTC) #77
vinceh
On 2016/06/30 07:09:00, vinceh wrote: > On 2016/06/29 19:32:00, Josh Horwich wrote: > > A ...
4 years, 5 months ago (2016-06-30 09:04:30 UTC) #79
reveman
On 2016/06/30 at 09:04:30, vince.h wrote: > On 2016/06/30 07:09:00, vinceh wrote: > > On ...
4 years, 5 months ago (2016-06-30 14:54:04 UTC) #80
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/2039813002/300001
4 years, 5 months ago (2016-07-01 06:01:52 UTC) #83
marcheu1
tested on veyron_jerry. LGTM.
4 years, 5 months ago (2016-07-01 06:02:05 UTC) #84
vinceh
On 2016/07/01 06:02:05, marcheu1 wrote: > tested on veyron_jerry. LGTM. Thanks a lot! :)
4 years, 5 months ago (2016-07-01 06:03:30 UTC) #85
commit-bot: I haz the power
Committed patchset #16 (id:300001)
4 years, 5 months ago (2016-07-01 06:56:30 UTC) #87
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-01 06:56:37 UTC) #88
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 06:58:18 UTC) #90
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/47661a7fc2314e3fb9a1478b3e8611208e216f63
Cr-Commit-Position: refs/heads/master@{#403418}

Powered by Google App Engine
This is Rietveld 408576698