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

Issue 320103005: Delete RenderLayerCompositor::m_compositingLayersNeedRebuild (Closed)

Created:
6 years, 6 months ago by abarth-chromium
Modified:
6 years, 6 months ago
Reviewers:
esprehn
CC:
esprehn, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-html_chromium.org, blink-reviews-rendering, dglazkov+blink, eae+blinkwatch, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, jchaffraix+rendering, leviw+renderwatch, ojan, pdr., philipj_slow, rune+blink, nessy, vcarbune.chromium, Ian Vollick, zoltan1
Visibility:
Public.

Description

Delete RenderLayerCompositor::m_compositingLayersNeedRebuild This CL folds m_compositingLayersNeedRebuild into m_updateType, which lets us remove a bunch of parallel bookkeeping. BUG=332248 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175760

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : less wrong code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -60 lines) Patch
M Source/core/html/HTMLMediaElement.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerStackingNode.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/compositing/CompositingPropertyUpdater.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/compositing/GraphicsLayerUpdater.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/compositing/RenderLayerCompositor.h View 4 chunks +1 line, -7 lines 0 comments Download
M Source/core/rendering/compositing/RenderLayerCompositor.cpp View 1 2 13 chunks +13 lines, -47 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
abarth-chromium
6 years, 6 months ago (2014-06-06 23:46:55 UTC) #1
esprehn
lgtm, but what's with the default value change? https://codereview.chromium.org/320103005/diff/1/Source/core/rendering/compositing/GraphicsLayerUpdater.h File Source/core/rendering/compositing/GraphicsLayerUpdater.h (right): https://codereview.chromium.org/320103005/diff/1/Source/core/rendering/compositing/GraphicsLayerUpdater.h#newcode62 Source/core/rendering/compositing/GraphicsLayerUpdater.h:62: void ...
6 years, 6 months ago (2014-06-06 23:55:56 UTC) #2
abarth-chromium
On 2014/06/06 at 23:55:56, esprehn wrote: > lgtm, but what's with the default value change? ...
6 years, 6 months ago (2014-06-07 00:11:57 UTC) #3
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 6 months ago (2014-06-07 08:49:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/320103005/1
6 years, 6 months ago (2014-06-07 08:50:15 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-07 09:40:35 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-07 09:41:42 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/10732)
6 years, 6 months ago (2014-06-07 09:41:43 UTC) #8
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 6 months ago (2014-06-08 01:05:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/320103005/1
6 years, 6 months ago (2014-06-08 01:06:04 UTC) #10
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 6 months ago (2014-06-08 01:14:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/320103005/20001
6 years, 6 months ago (2014-06-08 01:14:34 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-08 02:00:27 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-08 02:00:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/21954) mac_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_triggered_tests/builds/11960) win_gpu_triggered_tests ...
6 years, 6 months ago (2014-06-08 02:00:38 UTC) #15
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 6 months ago (2014-06-08 04:15:29 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/320103005/20001
6 years, 6 months ago (2014-06-08 04:16:04 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-08 05:09:31 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-08 05:09:41 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/21962) mac_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_triggered_tests/builds/11968) win_gpu_triggered_tests ...
6 years, 6 months ago (2014-06-08 05:09:41 UTC) #20
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 6 months ago (2014-06-08 16:52:13 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/320103005/20001
6 years, 6 months ago (2014-06-08 16:53:10 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-08 17:39:12 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-08 17:39:19 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/21982) mac_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_triggered_tests/builds/11988) win_gpu_triggered_tests ...
6 years, 6 months ago (2014-06-08 17:39:20 UTC) #25
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 6 months ago (2014-06-08 17:54:34 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/320103005/40001
6 years, 6 months ago (2014-06-08 17:55:27 UTC) #27
commit-bot: I haz the power
6 years, 6 months ago (2014-06-08 18:56:01 UTC) #28
Message was sent while issue was closed.
Change committed as 175760

Powered by Google App Engine
This is Rietveld 408576698