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

Issue 417943004: Use Surfaces to hold delegated renderer contents. (Closed)

Created:
6 years, 5 months ago by jbauman
Modified:
6 years, 5 months ago
Reviewers:
jamesr, piman, ccameron
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, Ian Vollick, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, cc-bugs_chromium.org, miu+watch_chromium.org, ccameron, jamesr
Project:
chromium
Visibility:
Public.

Description

Use Surfaces to hold delegated renderer contents. With --use-surfaces, the frame data from a renderer is now put into a surface, and a SurfaceLayer is put in the browser compositor's layer tree. We still rely on the browser compositor redrawing to schedule a redraw of the entire surface tree. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285786

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -25 lines) Patch
M content/browser/compositor/delegated_frame_host.h View 1 2 3 4 5 6 5 chunks +21 lines, -0 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 1 2 3 4 5 11 chunks +75 lines, -22 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/compositor/image_transport_factory.h View 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/compositor/test/no_transport_image_transport_factory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/compositor/test/no_transport_image_transport_factory.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M ui/compositor/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/layer.h View 1 2 3 4 5 4 chunks +8 lines, -1 line 0 comments Download
M ui/compositor/layer.cc View 1 2 3 4 4 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
jbauman
6 years, 5 months ago (2014-07-25 00:45:31 UTC) #1
piman
LGTM, but 2 things: 1- there's really a lot of duplication between the 2 subclasses. ...
6 years, 5 months ago (2014-07-25 01:27:43 UTC) #2
ccameron
Sorry, this really doesn't look like the right thing to do to me -- DelegatedFrameSurfaceHost ...
6 years, 5 months ago (2014-07-25 17:18:46 UTC) #3
jbauman
PTAL. I moved the two implementations into one class for now, but I think they'll ...
6 years, 5 months ago (2014-07-25 22:22:13 UTC) #4
ccameron
Thanks, this lgtm. Yeah, if it diverges terribly then it'll make sense to cut at ...
6 years, 5 months ago (2014-07-25 22:28:05 UTC) #5
jamesr
lgtm
6 years, 5 months ago (2014-07-25 22:33:25 UTC) #6
jbauman
The CQ bit was checked by jbauman@chromium.org
6 years, 5 months ago (2014-07-25 22:34:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/417943004/120001
6 years, 5 months ago (2014-07-25 22:36:20 UTC) #8
piman
lgtm
6 years, 5 months ago (2014-07-25 22:58:24 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-26 05:02:57 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-26 19:35:34 UTC) #11
Message was sent while issue was closed.
Change committed as 285786

Powered by Google App Engine
This is Rietveld 408576698