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

Issue 742683002: cc: Small BeginFrameArgs cleanup. (Closed)

Created:
6 years, 1 month ago by mithro-old
Modified:
6 years, 1 month ago
CC:
cc-bugs_chromium.org, chromium-reviews, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

cc: Small BeginFrameArgs cleanup. * Rename BeginFrameArgs::CreateTyped to BeginFrameArgs::Create and remove other versions. * The other constructors where not used anywhere. * The non-typed version was accidentally being used to create a SYNCHRONOUS BeginFrameArgs. * Fixed testing methods to understand type information. * Create method for converting the type enum to string. BUG=346230 Committed: https://crrev.com/bfa0ec0ee961313f82c90a760dd36d18d9ffa0d4 Cr-Commit-Position: refs/heads/master@{#305218}

Patch Set 1 #

Patch Set 2 : Fixing BeginFrameArgs usage outside of cc/ #

Patch Set 3 : More small fixes. #

Patch Set 4 : Fixing a needed include. #

Patch Set 5 : Rebase onto master. #

Patch Set 6 : Fixes for picksi's comments. #

Patch Set 7 : Fixing another Android compile error. #

Patch Set 8 : #

Patch Set 9 : Trying to upload again. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -113 lines) Patch
M cc/output/begin_frame_args.h View 2 chunks +3 lines, -7 lines 0 comments Download
M cc/output/begin_frame_args.cc View 3 chunks +20 lines, -35 lines 0 comments Download
M cc/output/begin_frame_args_unittest.cc View 3 chunks +23 lines, -12 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 1 2 3 4 5 2 chunks +5 lines, -6 lines 0 comments Download
M cc/test/begin_frame_args_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/begin_frame_args_test.cc View 3 chunks +22 lines, -22 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_external_begin_frame_source.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/scheduler/renderer_scheduler_impl_unittest.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M ui/compositor/compositor.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
mithro-old
Hi, Just a bunch of small clean ups to the BeginFrameArgs class. Tim
6 years, 1 month ago (2014-11-19 06:34:35 UTC) #2
simonhong
LGTM if compiler error is fixed (ui/compositor/compositor.cc) I think you missed. Quick question about style ...
6 years, 1 month ago (2014-11-19 13:48:52 UTC) #3
simonhong
On 2014/11/19 13:48:52, simonhong wrote: > LGTM if compiler error is fixed (ui/compositor/compositor.cc) > I ...
6 years, 1 month ago (2014-11-19 13:51:14 UTC) #4
mithro-old
Whatever "git cl format" does is considered right. Tim 'mithro' Ansell On 20 Nov 2014 ...
6 years, 1 month ago (2014-11-19 14:08:48 UTC) #5
danakj
On 2014/11/19 14:08:48, mithro wrote: > Whatever "git cl format" does is considered right. +1, ...
6 years, 1 month ago (2014-11-19 15:36:49 UTC) #6
brianderson
lgtm
6 years, 1 month ago (2014-11-19 20:24:19 UTC) #7
mithro-old
Looks like I need a couple more LGTMs from OWNERs for areas outside cc that ...
6 years, 1 month ago (2014-11-20 03:49:21 UTC) #9
aelias_OOO_until_Jul13
content/browser/*android* lgtm
6 years, 1 month ago (2014-11-20 04:30:28 UTC) #10
Sami
content/browser/android & content/renderer/scheduler lgtm.
6 years, 1 month ago (2014-11-20 11:14:04 UTC) #11
danakj
ui/compositor LGTM
6 years, 1 month ago (2014-11-20 16:06:22 UTC) #12
piman
lgtm
6 years, 1 month ago (2014-11-20 21:08:15 UTC) #13
mithro-old
Hi Simon, These comments actually belong on this CL (https://codereview.chromium.org/742683002/) not on https://codereview.chromium.org/735723005 (which depends ...
6 years, 1 month ago (2014-11-21 03:09:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/742683002/100001
6 years, 1 month ago (2014-11-21 03:12:07 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/36139)
6 years, 1 month ago (2014-11-21 03:34:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/742683002/120001
6 years, 1 month ago (2014-11-21 07:42:11 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/742683002/160001
6 years, 1 month ago (2014-11-21 14:00:28 UTC) #23
commit-bot: I haz the power
Committed patchset #9 (id:160001)
6 years, 1 month ago (2014-11-21 15:13:57 UTC) #24
commit-bot: I haz the power
6 years, 1 month ago (2014-11-21 15:14:38 UTC) #25
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/bfa0ec0ee961313f82c90a760dd36d18d9ffa0d4
Cr-Commit-Position: refs/heads/master@{#305218}

Powered by Google App Engine
This is Rietveld 408576698