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

Issue 1078473002: Remove WebViewImpl::setIsAcceleratedCompositingActive (Closed)

Created:
5 years, 8 months ago by enne (OOO)
Modified:
5 years, 8 months ago
Reviewers:
pdr.
CC:
blink-reviews, danakj, jamesr
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Remove WebViewImpl::setIsAcceleratedCompositingActive This function no longer makes sense now that WebViewImpl is either always or never composited. The setup that is done when a new root layer is set is now done whenever those settings are changed, as the WebLayerTreeView is always there to store those values. There's nothing pressing here to change this; it's just previous cruft that never got removed when force compositing mode got turned on. The new code seems a lot cleaner. BUG=474818 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194415

Patch Set 1 #

Total comments: 12

Patch Set 2 : pdr review #

Patch Set 3 : Remove is accelerated compositing setting #

Patch Set 4 : Fix asserts differently #

Total comments: 1

Patch Set 5 : Early out during shutdown to fix crashes #

Patch Set 6 : Fix issues #

Total comments: 3

Patch Set 7 : Fix Windows crash #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -103 lines) Patch
M Source/core/frame/PinchViewport.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 4 5 2 chunks +0 lines, -6 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 14 chunks +43 lines, -96 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
enne (OOO)
5 years, 8 months ago (2015-04-08 21:40:10 UTC) #2
pdr.
I'm sorry for the nit-picky review. New to this code. https://codereview.chromium.org/1078473002/diff/1/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (left): https://codereview.chromium.org/1078473002/diff/1/Source/web/WebViewImpl.cpp#oldcode4274 ...
5 years, 8 months ago (2015-04-09 21:30:46 UTC) #3
enne (OOO)
https://codereview.chromium.org/1078473002/diff/1/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (left): https://codereview.chromium.org/1078473002/diff/1/Source/web/WebViewImpl.cpp#oldcode4274 Source/web/WebViewImpl.cpp:4274: ASSERT(!active || m_layerTreeView); On 2015/04/09 21:30:46, pdr wrote: > ...
5 years, 8 months ago (2015-04-09 21:53:13 UTC) #4
pdr.
LGTM
5 years, 8 months ago (2015-04-10 05:03:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1078473002/20001
5 years, 8 months ago (2015-04-10 05:03:33 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/51278)
5 years, 8 months ago (2015-04-10 06:20:38 UTC) #9
enne (OOO)
https://codereview.chromium.org/1078473002/diff/60001/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/1078473002/diff/60001/Source/web/WebViewImpl.cpp#newcode2730 Source/web/WebViewImpl.cpp:2730: return m_rootLayer; Reuploaded a new patch that fixes the ...
5 years, 8 months ago (2015-04-15 21:03:42 UTC) #10
pdr.
On 2015/04/15 at 21:03:42, enne wrote: > https://codereview.chromium.org/1078473002/diff/60001/Source/web/WebViewImpl.cpp > File Source/web/WebViewImpl.cpp (right): > > https://codereview.chromium.org/1078473002/diff/60001/Source/web/WebViewImpl.cpp#newcode2730 ...
5 years, 8 months ago (2015-04-15 21:11:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1078473002/60001
5 years, 8 months ago (2015-04-15 21:13:58 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/57728)
5 years, 8 months ago (2015-04-16 00:29:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1078473002/80001
5 years, 8 months ago (2015-04-16 18:40:31 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://src.chromium.org/viewvc/blink?view=rev&revision=193897
5 years, 8 months ago (2015-04-16 20:02:30 UTC) #19
enne (OOO)
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1094453004/ by enne@chromium.org. ...
5 years, 8 months ago (2015-04-22 18:27:22 UTC) #20
enne (OOO)
PTAL at this patch again. I'd like to re-land it with some fixes. There are ...
5 years, 8 months ago (2015-04-23 22:48:17 UTC) #21
pdr.
On 2015/04/23 at 22:48:17, enne wrote: > PTAL at this patch again. I'd like to ...
5 years, 8 months ago (2015-04-23 22:49:35 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1078473002/100001
5 years, 8 months ago (2015-04-24 03:44:30 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/60615)
5 years, 8 months ago (2015-04-24 07:49:17 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1078473002/120001
5 years, 8 months ago (2015-04-24 18:40:08 UTC) #29
commit-bot: I haz the power
5 years, 8 months ago (2015-04-24 19:53:21 UTC) #30
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194415

Powered by Google App Engine
This is Rietveld 408576698