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

Issue 1505243003: Revert of Create RenderSurface on Effect Tree (Closed)

Created:
5 years ago by weiliangc
Modified:
5 years ago
Reviewers:
ajuma, enne (OOO)
CC:
ajuma, cc-bugs_chromium.org, chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@alwayspt
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Create RenderSurface on Effect Tree (patchset #7 id:120001 of https://codereview.chromium.org/1491033002/ ) Reason for revert: crbug.com/567529. Top crash. Original issue's description: > Create RenderSurface on Effect Tree > > Move RenderSurface creation reason to effect tree. Update LayerImpl's > API to include SetForceRenderSurface. Update unittests. > > R=enne > BUG=557160 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/4374c2cc231a7e5b6ae65d0e0814b5dccf445200 > Cr-Commit-Position: refs/heads/master@{#363544} TBR=ajuma@chromium.org,enne@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=557160 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/effae046c6fc5de1a095966d89ebb495a4ad194e Cr-Commit-Position: refs/heads/master@{#363815}

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+502 lines, -625 lines) Patch
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 12 chunks +16 lines, -16 lines 0 comments Download
M cc/layers/layer.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/layer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/layer_impl.h View 1 4 chunks +1 line, -6 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 6 chunks +2 lines, -16 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 chunks +4 lines, -10 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 1 4 chunks +6 lines, -3 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/render_surface_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_test_common.h View 1 1 chunk +0 lines, -9 lines 0 comments Download
M cc/test/layer_tree_host_common_test.h View 1 4 chunks +0 lines, -19 lines 0 comments Download
M cc/test/layer_tree_host_common_test.cc View 1 5 chunks +8 lines, -20 lines 0 comments Download
M cc/tiles/tile_manager_perftest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 14 chunks +15 lines, -14 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 1 6 chunks +2 lines, -65 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 12 chunks +199 lines, -14 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 25 chunks +139 lines, -182 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 44 chunks +46 lines, -45 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 5 chunks +4 lines, -9 lines 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 13 chunks +15 lines, -14 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 12 chunks +13 lines, -146 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
weiliangc
Created Revert of Create RenderSurface on Effect Tree
5 years ago (2015-12-08 21:53:46 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505243003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505243003/1
5 years ago (2015-12-08 21:57:55 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505243003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505243003/1
5 years ago (2015-12-08 22:06:15 UTC) #3
commit-bot: I haz the power
Failed to apply patch for cc/layers/layer_impl.cc: While running git apply --index -3 -p1; error: patch ...
5 years ago (2015-12-08 22:11:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505243003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505243003/300001
5 years ago (2015-12-08 23:01:03 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:300001)
5 years ago (2015-12-08 23:17:40 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-08 23:18:56 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/effae046c6fc5de1a095966d89ebb495a4ad194e
Cr-Commit-Position: refs/heads/master@{#363815}

Powered by Google App Engine
This is Rietveld 408576698