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

Issue 2167713002: cc: Delete SurfaceDrawStatus (Closed)

Created:
4 years, 5 months ago by Fady Samuel
Modified:
4 years, 5 months ago
Reviewers:
jbauman, reveman, sky, dcheng, piman
CC:
chromium-reviews, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, yzshen+watch_chromium.org, sievers+watch_chromium.org, ben+mojo_chromium.org, qsr+mojo_chromium.org, jam, abarth-chromium, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, danakj+watch_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, rjkroege, shuchen+watch_chromium.org, Aaron Boodman, darin (slow to review), James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Delete SurfaceDrawStatus This is plumbed around but doesn't seem to be used in practice except for a couple of EXPECTs in a unit test. This CL deletes it. BUG=none TBR=reveman@chromium.org for trivial exo change. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Committed: https://crrev.com/0be2d430252a16683aaa441401c388c97e7e292b Cr-Commit-Position: refs/heads/master@{#406753}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed Scott's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -91 lines) Patch
M cc/surfaces/display.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/surface.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_display_output_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_display_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_factory.h View 2 chunks +1 line, -3 lines 0 comments Download
M cc/surfaces/surface_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 3 chunks +5 lines, -16 lines 0 comments Download
M cc/test/test_delegating_output_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_delegating_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/exo/surface.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.h View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_host.h View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_host.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 6 chunks +6 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/android/synchronous_compositor_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc View 1 2 chunks +1 line, -10 lines 0 comments Download
M services/ui/public/interfaces/gpu/display_compositor.mojom View 1 2 chunks +3 lines, -14 lines 0 comments Download
M services/ui/surfaces/display_compositor.h View 1 chunk +2 lines, -3 lines 0 comments Download
M services/ui/surfaces/display_compositor.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/frame_generator.h View 2 chunks +1 line, -2 lines 0 comments Download
M services/ui/ws/frame_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/server_window_surface.cc View 1 2 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 36 (23 generated)
Fady Samuel
+jbauman@ for cc +piman@ for content +sky@ for services/ui
4 years, 5 months ago (2016-07-20 13:45:45 UTC) #6
sky
https://codereview.chromium.org/2167713002/diff/1/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc File services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc (right): https://codereview.chromium.org/2167713002/diff/1/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc#newcode16 services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc:16: void CallCallback( Is this function still needed? Can the ...
4 years, 5 months ago (2016-07-20 15:56:35 UTC) #9
jbauman
lgtm
4 years, 5 months ago (2016-07-20 19:35:07 UTC) #10
Fady Samuel
PTAL Scott! https://codereview.chromium.org/2167713002/diff/1/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc File services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc (right): https://codereview.chromium.org/2167713002/diff/1/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc#newcode16 services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc:16: void CallCallback( On 2016/07/20 15:56:35, sky wrote: ...
4 years, 5 months ago (2016-07-20 20:31:33 UTC) #11
piman
lgtm
4 years, 5 months ago (2016-07-20 21:47:18 UTC) #18
sky
LGTM
4 years, 5 months ago (2016-07-20 22:06:17 UTC) #19
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/2167713002/20001
4 years, 5 months ago (2016-07-21 01:19:23 UTC) #24
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/221978)
4 years, 5 months ago (2016-07-21 01:28:19 UTC) #26
Fady Samuel
+dcheng@ for display_compositor.mojom CompositorFrameDrawStatus deletion +reveman@ for trivial exo change (TBR'ing).
4 years, 5 months ago (2016-07-21 02:28:05 UTC) #28
dcheng
rs lgtm for mojom changes (yay for code deletion)
4 years, 5 months ago (2016-07-21 02:29:49 UTC) #30
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/2167713002/20001
4 years, 5 months ago (2016-07-21 03:09:42 UTC) #32
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-21 03:17:03 UTC) #34
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 03:20:12 UTC) #36
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0be2d430252a16683aaa441401c388c97e7e292b
Cr-Commit-Position: refs/heads/master@{#406753}

Powered by Google App Engine
This is Rietveld 408576698