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

Issue 2768343002: Change namespace from ui to gfx for NativePixmap related code (Closed)

Created:
3 years, 9 months ago by Julien Isorce
Modified:
3 years, 9 months ago
Reviewers:
reveman, sadrul, spang
CC:
chromium-reviews, rjkroege, mlamouri+watch-content_chromium.org, ozone-reviews_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Change namespace from ui to gfx for NativePixmap related code And change namespace from ui to gl for GLImageNativePixmap. It should be have been included in these CLs: https://codereview.chromium.org/2688623004/ https://codereview.chromium.org/2687093002/ https://codereview.chromium.org/2705333006/ R=sadrul@chromium.org, spang@chromium.org TBR=ben@chromium.org, piman@chromium.org, reveman@chromium.org, sandersd@chromium.org BUG=584248 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2768343002 Cr-Commit-Position: refs/heads/master@{#459551} Committed: https://chromium.googlesource.com/chromium/src/+/f09c3132dafcb61d0ad6b682468c178dace960eb

Patch Set 1 #

Patch Set 2 : Fix build #

Total comments: 2

Patch Set 3 : Addressed sadrul's remark #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -137 lines) Patch
M components/exo/display_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_main_loop.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_main.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M gpu/ipc/common/gpu_memory_buffer_support.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h View 1 chunk +3 lines, -4 lines 0 comments Download
M gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M media/gpu/vaapi_drm_picture.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/vaapi_drm_picture.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/vaapi_wrapper.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M media/gpu/vaapi_wrapper.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/gpu/video_decode_accelerator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/service.h View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/client_native_pixmap.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/client_native_pixmap_factory.h View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M ui/gfx/client_native_pixmap_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/native_pixmap.h View 2 chunks +1 line, -4 lines 0 comments Download
M ui/gl/gl_image_native_pixmap.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_image_native_pixmap.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/ozone/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/common/stub_client_native_pixmap_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/common/stub_client_native_pixmap_factory.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/ozone/demo/surfaceless_gl_renderer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/ozone/generate_constructor_list.py View 7 chunks +11 lines, -5 lines 0 comments Download
M ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/cast/client_native_pixmap_factory_cast.h View 1 chunk +5 lines, -3 lines 0 comments Download
M ui/ozone/platform/cast/client_native_pixmap_factory_cast.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/client_native_pixmap_factory_gbm.h View 1 chunk +5 lines, -3 lines 0 comments Download
M ui/ozone/platform/drm/client_native_pixmap_factory_gbm.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ui/ozone/platform/headless/client_native_pixmap_factory_headless.h View 1 chunk +5 lines, -3 lines 0 comments Download
M ui/ozone/platform/headless/client_native_pixmap_factory_headless.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/headless/headless_surface_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/headless/headless_surface_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/wayland/client_native_pixmap_factory_wayland.h View 1 chunk +5 lines, -3 lines 0 comments Download
M ui/ozone/platform/wayland/client_native_pixmap_factory_wayland.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/wayland/wayland_surface_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/wayland/wayland_surface_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ui/ozone/platform/x11/client_native_pixmap_factory_x11.h View 1 chunk +5 lines, -3 lines 0 comments Download
M ui/ozone/platform/x11/client_native_pixmap_factory_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/public/client_native_pixmap_factory_ozone.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/public/client_native_pixmap_factory_ozone.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/ozone/public/surface_factory_ozone.h View 3 chunks +6 lines, -3 lines 0 comments Download
M ui/ozone/public/surface_factory_ozone.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 30 (20 generated)
Julien Isorce
On 2017/03/23 15:04:20, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
3 years, 9 months ago (2017-03-23 17:34:19 UTC) #10
spang
lgtm
3 years, 9 months ago (2017-03-23 17:38:22 UTC) #11
Julien Isorce
On 2017/03/23 17:38:22, spang wrote: > lgtm Hi sadrul@, please have a look. Thx. Then ...
3 years, 9 months ago (2017-03-23 17:55:24 UTC) #12
spang
On 2017/03/23 17:34:19, Julien Isorce wrote: > On 2017/03/23 15:04:20, commit-bot: I haz the power ...
3 years, 9 months ago (2017-03-23 17:58:51 UTC) #13
sadrul
lgtm https://codereview.chromium.org/2768343002/diff/20001/ui/gfx/client_native_pixmap_factory.h File ui/gfx/client_native_pixmap_factory.h (right): https://codereview.chromium.org/2768343002/diff/20001/ui/gfx/client_native_pixmap_factory.h#newcode22 ui/gfx/client_native_pixmap_factory.h:22: namespace gfx { Merge with the block above.
3 years, 9 months ago (2017-03-24 17:18:38 UTC) #14
Julien Isorce
Thx for the review. https://codereview.chromium.org/2768343002/diff/20001/ui/gfx/client_native_pixmap_factory.h File ui/gfx/client_native_pixmap_factory.h (right): https://codereview.chromium.org/2768343002/diff/20001/ui/gfx/client_native_pixmap_factory.h#newcode22 ui/gfx/client_native_pixmap_factory.h:22: namespace gfx { On 2017/03/24 ...
3 years, 9 months ago (2017-03-24 17:57:19 UTC) #15
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/2768343002/40001
3 years, 9 months ago (2017-03-24 20:26:38 UTC) #22
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/394373)
3 years, 9 months ago (2017-03-24 20:40:04 UTC) #24
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/2768343002/40001
3 years, 9 months ago (2017-03-24 20:53:27 UTC) #27
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 21:07:04 UTC) #30
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/f09c3132dafcb61d0ad6b682468c...

Powered by Google App Engine
This is Rietveld 408576698