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

Issue 2708153005: Rename SurfaceIdAllocator to LocalSurfaceIdAllocator (Closed)

Created:
3 years, 10 months ago by xing.xu
Modified:
3 years, 10 months ago
CC:
ajuma+watch_chromium.org, android-webview-reviews_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, fmalita+watch_chromium.org, jam, jbauman+watch_chromium.org, jbroman, kalyank, kinuko+watch, miu+watch_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, pdr+graphicswatchlist_chromium.org, piman+watch_chromium.org, rjkroege, rwlbuis, sadrul, Stephen Chennney, shuchen+watch_chromium.org, James Su, Ian Vollick, xjz+watch_chromium.org, yusukes+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename SurfaceIdAllocator to LocalSurfaceIdAllocator BUG=693566 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2708153005 Cr-Commit-Position: refs/heads/master@{#452626} Committed: https://chromium.googlesource.com/chromium/src/+/1a9aa94c031851e8e19eac0ac30e2ae25cc61136

Patch Set 1 #

Total comments: 6

Patch Set 2 : Refine comments #

Total comments: 8

Patch Set 3 : Delete useless include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -155 lines) Patch
M android_webview/browser/hardware_renderer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M android_webview/browser/hardware_renderer.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M android_webview/browser/surfaces_instance.h View 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/browser/surfaces_instance.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/surfaces/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/direct_compositor_frame_sink.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M cc/surfaces/direct_compositor_frame_sink.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/direct_compositor_frame_sink_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/display_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A cc/surfaces/local_surface_id_allocator.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A + cc/surfaces/local_surface_id_allocator.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M cc/surfaces/surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/surfaces/surface_hittest_unittest.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M cc/surfaces/surface_id.h View 1 1 chunk +0 lines, -1 line 0 comments Download
D cc/surfaces/surface_id_allocator.h View 1 chunk +0 lines, -34 lines 0 comments Download
D cc/surfaces/surface_id_allocator.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M cc/surfaces/surface_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/surfaces_pixeltest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/test_compositor_frame_sink.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/test_compositor_frame_sink.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/exo/surface.h View 3 chunks +3 lines, -3 lines 0 comments Download
M components/exo/surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/image_transport_factory.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/compositor/surface_utils.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/delegated_frame_host.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/delegated_frame_host.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/offscreen_canvas_surface_impl.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/offscreen_canvas_surface_manager_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_input_event_router.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/android/synchronous_compositor_frame_sink.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/android/synchronous_compositor_frame_sink.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M services/ui/public/cpp/window_compositor_frame_sink.h View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/ws/frame_generator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/android/delegated_frame_host_android.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/android/delegated_frame_host_android.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M ui/aura/mus/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/compositor.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/compositor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/test/in_process_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 59 (33 generated)
xing.xu
PTAL.
3 years, 10 months ago (2017-02-22 10:52:59 UTC) #9
Fady Samuel
lgtm + nits. https://codereview.chromium.org/2708153005/diff/1/cc/surfaces/direct_compositor_frame_sink.h File cc/surfaces/direct_compositor_frame_sink.h (left): https://codereview.chromium.org/2708153005/diff/1/cc/surfaces/direct_compositor_frame_sink.h#oldcode34 cc/surfaces/direct_compositor_frame_sink.h:34: // this class. nit: move this ...
3 years, 10 months ago (2017-02-22 12:42:58 UTC) #10
xing.xu
Done, thanks Fady! https://codereview.chromium.org/2708153005/diff/1/cc/surfaces/direct_compositor_frame_sink.h File cc/surfaces/direct_compositor_frame_sink.h (left): https://codereview.chromium.org/2708153005/diff/1/cc/surfaces/direct_compositor_frame_sink.h#oldcode34 cc/surfaces/direct_compositor_frame_sink.h:34: // this class. On 2017/02/22 12:42:57, ...
3 years, 10 months ago (2017-02-22 13:33:29 UTC) #13
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/2708153005/20001
3 years, 10 months ago (2017-02-22 15:28:01 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/2708153005/20001
3 years, 10 months ago (2017-02-22 15:29:15 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/370114)
3 years, 10 months ago (2017-02-22 15:35:53 UTC) #23
Fady Samuel
Another minor nit! Thanks https://codereview.chromium.org/2708153005/diff/20001/cc/surfaces/local_surface_id_allocator.h File cc/surfaces/local_surface_id_allocator.h (right): https://codereview.chromium.org/2708153005/diff/20001/cc/surfaces/local_surface_id_allocator.h#newcode17 cc/surfaces/local_surface_id_allocator.h:17: // FrameSink within a specified ...
3 years, 10 months ago (2017-02-22 15:45:00 UTC) #24
boliu
https://codereview.chromium.org/2708153005/diff/20001/content/browser/compositor/image_transport_factory.h File content/browser/compositor/image_transport_factory.h (right): https://codereview.chromium.org/2708153005/diff/20001/content/browser/compositor/image_transport_factory.h#newcode13 content/browser/compositor/image_transport_factory.h:13: #include "cc/surfaces/local_surface_id_allocator.h" can remove this include? https://codereview.chromium.org/2708153005/diff/20001/content/browser/compositor/surface_utils.cc File content/browser/compositor/surface_utils.cc ...
3 years, 10 months ago (2017-02-22 17:09:15 UTC) #25
xing.xu
Done, thanks!
3 years, 10 months ago (2017-02-23 05:14:58 UTC) #30
boliu
android_webview and content lgtm
3 years, 10 months ago (2017-02-23 05:48:03 UTC) #31
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/2708153005/40001
3 years, 10 months ago (2017-02-23 06:43:58 UTC) #34
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/371063)
3 years, 10 months ago (2017-02-23 06:51:20 UTC) #36
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/2708153005/40001
3 years, 10 months ago (2017-02-23 11:09:22 UTC) #38
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/371149)
3 years, 10 months ago (2017-02-23 11:16:51 UTC) #40
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/2708153005/40001
3 years, 10 months ago (2017-02-23 13:42:28 UTC) #42
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/371198)
3 years, 10 months ago (2017-02-23 13:49:32 UTC) #44
xing.xu
Thanks.Files still needs review: ** Presubmit ERRORS ** Missing LGTM from an OWNER for these ...
3 years, 10 months ago (2017-02-23 14:52:08 UTC) #46
Fady Samuel
On 2017/02/23 14:52:08, xing.xu wrote: > Thanks.Files still needs review: > ** Presubmit ERRORS ** ...
3 years, 10 months ago (2017-02-23 15:42:19 UTC) #47
Fady Samuel
PTAL vmpstr@ for cc reveman@ for exo changes sky@ for services/ui, and jam@ for everything ...
3 years, 10 months ago (2017-02-23 15:59:00 UTC) #49
reveman
components/exo and cc lgtm
3 years, 10 months ago (2017-02-23 17:10:09 UTC) #50
Justin Novosad
third_party/WebKit/Source/platform/graphics/ lgtm
3 years, 10 months ago (2017-02-23 19:06:27 UTC) #51
sky
LGTM
3 years, 10 months ago (2017-02-23 20:33:21 UTC) #52
jam
lgtm
3 years, 10 months ago (2017-02-23 20:36:18 UTC) #53
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/2708153005/40001
3 years, 10 months ago (2017-02-23 20:56:03 UTC) #55
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/1a9aa94c031851e8e19eac0ac30e2ae25cc61136
3 years, 10 months ago (2017-02-23 21:05:19 UTC) #58
xing.xu
3 years, 10 months ago (2017-02-24 03:11:54 UTC) #59
Message was sent while issue was closed.
About git cl format warnings, submit a bug here:
https://bugs.chromium.org/p/chromium/issues/detail?id=695744

Powered by Google App Engine
This is Rietveld 408576698