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

Issue 577643002: Making OutputSurface a begin frame source and vsync source. (Closed)

Created:
6 years, 3 months ago by mithro-old
Modified:
6 years, 1 month ago
Reviewers:
danakj, brianderson, Sami
CC:
chromium-reviews, darin-cc_chromium.org, cc-bugs_chromium.org, jam, piman+watch_chromium.org, mkwst+moarreviews-content_chromium.org
Project:
chromium
Visibility:
Public.

Description

Making OutputSurface a begin frame source and vsync source. BUG=345459

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -146 lines) Patch
M cc/output/managed_memory_policy.h View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/output/managed_memory_policy.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M cc/output/output_surface.h View 4 chunks +17 lines, -6 lines 0 comments Download
M cc/output/output_surface.cc View 5 chunks +19 lines, -1 line 0 comments Download
M cc/output/output_surface_client.h View 1 chunk +0 lines, -3 lines 0 comments Download
M cc/output/output_surface_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler.h View 4 chunks +5 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.cc View 3 chunks +29 lines, -10 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 24 chunks +32 lines, -21 lines 0 comments Download
M cc/surfaces/display.h View 1 chunk +0 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/test/fake_output_surface.h View 2 chunks +5 lines, -3 lines 0 comments Download
M cc/test/fake_output_surface.cc View 2 chunks +11 lines, -7 lines 0 comments Download
M cc/test/fake_output_surface_client.h View 3 chunks +13 lines, -17 lines 0 comments Download
M cc/test/fake_output_surface_client.cc View 3 chunks +37 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 5 chunks +1 line, -12 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 4 chunks +0 lines, -27 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 2 chunks +0 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M cc/trees/thread_proxy.h View 2 chunks +0 lines, -3 lines 0 comments Download
M cc/trees/thread_proxy.cc View 5 chunks +2 lines, -11 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_output_surface.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/gpu/compositor_output_surface.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
mithro-old
Hi Brian & Sami, This patch extends https://codereview.chromium.org/267783004/ to make the OutputSurface the BeginFrameSource rather ...
6 years, 3 months ago (2014-09-16 14:43:14 UTC) #2
danakj
On Tue, Sep 16, 2014 at 10:43 AM, <mithro@mithis.com> wrote: > Reviewers: brianderson, Sami, > ...
6 years, 3 months ago (2014-09-16 15:15:26 UTC) #3
mithro-old
> Yes, that sounds scary to me. OutputSurfaces come and go, and the scheduler > ...
6 years, 3 months ago (2014-09-17 09:41:35 UTC) #4
danakj
On Wed, Sep 17, 2014 at 5:41 AM, <mithro@mithis.com> wrote: > Yes, that sounds scary ...
6 years, 3 months ago (2014-09-18 23:17:38 UTC) #5
piman
On 2014/09/18 23:17:38, danakj wrote: > On Wed, Sep 17, 2014 at 5:41 AM, <mailto:mithro@mithis.com> ...
6 years, 3 months ago (2014-09-18 23:28:46 UTC) #6
brianderson
Sounds like there are two options: 1) If we are going to keep the OutputSurface ...
6 years, 3 months ago (2014-09-19 00:22:49 UTC) #7
danakj
On Thu, Sep 18, 2014 at 8:22 PM, <brianderson@chromium.org> wrote: > Sounds like there are ...
6 years, 3 months ago (2014-09-19 00:30:48 UTC) #8
mithro-old
I guess I'm arguing against my own CL here :P I'd like to strongly support ...
6 years, 3 months ago (2014-09-19 02:57:44 UTC) #9
danakj
On Thu, Sep 18, 2014 at 10:57 PM, Tim Ansell <mithro@mithis.com> wrote: > I guess ...
6 years, 3 months ago (2014-09-19 17:11:58 UTC) #10
brianderson
A third option might be to add a common ExternalBeginFrameSource class that can optionally be ...
6 years, 3 months ago (2014-09-20 00:49:53 UTC) #11
danakj
My first thought on what this would look like is something like this. class cc::ExternalBeginFrameSource ...
6 years, 3 months ago (2014-09-22 15:06:54 UTC) #12
mithro-old
6 years, 2 months ago (2014-09-25 07:05:28 UTC) #13
Just as a FYI. This change has been abandoned and discussion taken to the
following bug https://code.google.com/p/chromium/issues/detail?id=416760

Tim

Powered by Google App Engine
This is Rietveld 408576698