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

Issue 345823002: Move ownership of ChildFrameCompositingHelper from frame to proxy. (Closed)

Created:
6 years, 6 months ago by nasko
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, xhwang
Project:
chromium
Visibility:
Public.

Description

Move ownership of ChildFrameCompositingHelper from frame to proxy. The ChildFrameCompositingHelper is used for swapped out RenderFrames only, which I want to eliminate and replace with RenderFrameProxy. As such, it is the RFP object that should own the helper. BUG=357747 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278808

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebased on ToT. #

Patch Set 3 : Fixes based on Ken's review and fix for Android. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -92 lines) Patch
M content/renderer/child_frame_compositing_helper.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 1 2 6 chunks +12 lines, -10 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 6 chunks +0 lines, -52 lines 0 comments Download
M content/renderer/render_frame_proxy.h View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 3 chunks +59 lines, -0 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 chunks +8 lines, -16 lines 1 comment Download

Messages

Total messages: 12 (0 generated)
nasko
This is not ready yet, but it is a close enough start. Need to resolve ...
6 years, 6 months ago (2014-06-19 21:43:26 UTC) #1
kenrb
lgtm once you have it cleaned up. https://codereview.chromium.org/345823002/diff/1/content/renderer/child_frame_compositing_helper.cc File content/renderer/child_frame_compositing_helper.cc (right): https://codereview.chromium.org/345823002/diff/1/content/renderer/child_frame_compositing_helper.cc#newcode190 content/renderer/child_frame_compositing_helper.cc:190: SkColorSetARGBInline(255, 255, ...
6 years, 6 months ago (2014-06-20 14:28:19 UTC) #2
nasko
Ken, I made a couple of changes from the previous patch, can you take another ...
6 years, 6 months ago (2014-06-20 17:01:34 UTC) #3
nasko
Adding xhwang@ and site-isolation-reviews@ on cc.
6 years, 6 months ago (2014-06-20 17:03:36 UTC) #4
boliu
VIDEO_HOLE bits looks fine. And no longer need to code to check DidComposite is not ...
6 years, 6 months ago (2014-06-20 17:39:03 UTC) #5
nasko
John, can you do an OWNERS stamp on this one?
6 years, 6 months ago (2014-06-20 17:41:20 UTC) #6
kenrb
On 2014/06/20 17:01:34, nasko wrote: > Ken, I made a couple of changes from the ...
6 years, 6 months ago (2014-06-20 18:06:13 UTC) #7
xhwang
https://codereview.chromium.org/345823002/diff/60001/content/renderer/render_widget.cc File content/renderer/render_widget.cc (right): https://codereview.chromium.org/345823002/diff/60001/content/renderer/render_widget.cc#newcode1209 content/renderer/render_widget.cc:1209: DidCommitCompositorFrame()); This looks so much cleaner. Thanks!
6 years, 6 months ago (2014-06-20 18:13:00 UTC) #8
jam
lgtm
6 years, 6 months ago (2014-06-20 18:14:27 UTC) #9
nasko
The CQ bit was checked by nasko@chromium.org
6 years, 6 months ago (2014-06-20 18:51:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/345823002/60001
6 years, 6 months ago (2014-06-20 19:04:03 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 20:04:33 UTC) #12
Message was sent while issue was closed.
Change committed as 278808

Powered by Google App Engine
This is Rietveld 408576698