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

Issue 12674030: cc: Hook vsync time source to output surface (Closed)

Created:
7 years, 9 months ago by Sami
Modified:
7 years, 9 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Hook vsync time source to output surface Let the output surface generate a vsync signal for the vsync time source. This will be used to drive rendering based on a vsync notification from the browser process. BUG=149227 TEST=LayerTreeHostTestVSyncNotification Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190780

Patch Set 1 #

Total comments: 6

Patch Set 2 : Review tweaks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -8 lines) Patch
M cc/output/output_surface.h View 1 chunk +5 lines, -0 lines 0 comments Download
M cc/output/output_surface_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/vsync_time_source.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/vsync_time_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/vsync_time_source_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_output_surface.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M cc/test/fake_output_surface.cc View 1 2 chunks +12 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 1 chunk +51 lines, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 5 chunks +9 lines, -1 line 0 comments Download
M cc/trees/thread_proxy.cc View 1 5 chunks +29 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sami
This patch implements what we need under cc/ to be able to drive the renderer ...
7 years, 9 months ago (2013-03-22 15:17:04 UTC) #1
mkosiba (inactive)
lgtm
7 years, 9 months ago (2013-03-22 15:33:17 UTC) #2
jamesr
lgtm https://codereview.chromium.org/12674030/diff/1/cc/test/fake_output_surface.h File cc/test/fake_output_surface.h (right): https://codereview.chromium.org/12674030/diff/1/cc/test/fake_output_surface.h#newcode15 cc/test/fake_output_surface.h:15: class TimeTicks; Just include base/time.h https://codereview.chromium.org/12674030/diff/1/cc/trees/thread_proxy.cc File cc/trees/thread_proxy.cc ...
7 years, 9 months ago (2013-03-23 00:35:29 UTC) #3
Sami
https://codereview.chromium.org/12674030/diff/1/cc/test/fake_output_surface.h File cc/test/fake_output_surface.h (right): https://codereview.chromium.org/12674030/diff/1/cc/test/fake_output_surface.h#newcode15 cc/test/fake_output_surface.h:15: class TimeTicks; On 2013/03/23 00:35:29, jamesr wrote: > Just ...
7 years, 9 months ago (2013-03-25 13:58:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/12674030/7001
7 years, 9 months ago (2013-03-26 19:51:15 UTC) #5
commit-bot: I haz the power
7 years, 9 months ago (2013-03-26 22:28:46 UTC) #6
Message was sent while issue was closed.
Change committed as 190780

Powered by Google App Engine
This is Rietveld 408576698