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

Issue 2194013002: cc: Delete the Renderer base class. (Closed)

Created:
4 years, 4 months ago by danakj
Modified:
4 years, 4 months ago
Reviewers:
enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@dcheck-delegating
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Delete the Renderer base class. Makes DirectRenderer and DelegatingRenderer into concrete independent classes. R=enne BUG=606056 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 Cr-Commit-Position: refs/heads/master@{#412617}

Patch Set 1 #

Patch Set 2 : delete-renderer-base-class: rebase #

Total comments: 3

Patch Set 3 : delete-renderer-base-class: . #

Patch Set 4 : delete-renderer-base-class: rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -299 lines) Patch
M cc/BUILD.gn View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/output/delegating_renderer.h View 1 2 1 chunk +9 lines, -16 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 3 chunks +5 lines, -22 lines 0 comments Download
M cc/output/direct_renderer.h View 1 2 6 chunks +62 lines, -38 lines 0 comments Download
M cc/output/direct_renderer.cc View 1 2 5 chunks +23 lines, -19 lines 0 comments Download
M cc/output/gl_renderer.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 4 chunks +3 lines, -7 lines 0 comments Download
D cc/output/renderer.h View 1 2 1 chunk +0 lines, -95 lines 0 comments Download
M cc/output/renderer.cc View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
A cc/output/renderer_capabilities_impl.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A cc/output/renderer_capabilities_impl.cc View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M cc/output/software_renderer.h View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 4 chunks +4 lines, -2 lines 0 comments Download
M cc/output/vulkan_renderer.h View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M cc/output/vulkan_renderer.cc View 1 2 2 chunks +2 lines, -7 lines 0 comments Download
M cc/resources/resource_pool.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/scoped_resource_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/display.h View 1 2 3 chunks +0 lines, -7 lines 0 comments Download
M cc/surfaces/display.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_delegating_output_surface.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M cc/test/test_delegating_output_surface.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 5 chunks +7 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 30 (22 generated)
danakj
There's some comments in this patch about things I didn't get to yet or need ...
4 years, 4 months ago (2016-07-30 03:50:21 UTC) #2
enne (OOO)
Looks good in general! https://codereview.chromium.org/2194013002/diff/20001/cc/output/delegating_renderer.h File cc/output/delegating_renderer.h (right): https://codereview.chromium.org/2194013002/diff/20001/cc/output/delegating_renderer.h#newcode35 cc/output/delegating_renderer.h:35: // REMOVE THIS. Are you ...
4 years, 4 months ago (2016-08-08 21:41:18 UTC) #7
danakj
4 years, 4 months ago (2016-08-16 23:49:33 UTC) #10
danakj
Erm, that is to say. I redid this now.
4 years, 4 months ago (2016-08-16 23:49:53 UTC) #12
enne (OOO)
lgtm
4 years, 4 months ago (2016-08-17 17:36:39 UTC) #20
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/2194013002/80001
4 years, 4 months ago (2016-08-17 19:52:23 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 4 months ago (2016-08-17 19:58:03 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 20:03:51 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92
Cr-Commit-Position: refs/heads/master@{#412617}

Powered by Google App Engine
This is Rietveld 408576698