|
|
Created:
6 years, 9 months ago by danakj Modified:
6 years, 9 months ago CC:
chromium-reviews, joi+watch-content_chromium.org, piman+watch_chromium.org, jam, darin-cc_chromium.org, jamesr, Ian Vollick Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionTurn on compositing for animations with software compositor.
R=jbauman@chromium.org, piman@chromium.org, jbauman, piman
BUG=350141
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255962
Patch Set 1 #
Total comments: 4
Patch Set 2 : softwarecompanimations: #Messages
Total messages: 15 (0 generated)
lgtm with one thing fixed. https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... content/browser/gpu/gpu_data_manager_impl_private.cc:790: prefs->accelerated_compositing_for_animation_enabled = false; This line is redundant with the one above.
https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... content/browser/gpu/gpu_data_manager_impl_private.cc:790: prefs->accelerated_compositing_for_animation_enabled = false; On 2014/03/07 22:59:29, jbauman wrote: > This line is redundant with the one above. Oh, I was mimicing line 779. Should we just always have it set to true then?
https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... content/browser/gpu/gpu_data_manager_impl_private.cc:790: prefs->accelerated_compositing_for_animation_enabled = false; On 2014/03/07 23:02:36, danakj wrote: > On 2014/03/07 22:59:29, jbauman wrote: > > This line is redundant with the one above. > > Oh, I was mimicing line 779. Should we just always have it set to true then? I mean, this is literally a duplicate of line 788.
https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/191563003/diff/1/content/browser/gpu/gpu_data... content/browser/gpu/gpu_data_manager_impl_private.cc:790: prefs->accelerated_compositing_for_animation_enabled = false; On 2014/03/07 23:09:44, jbauman wrote: > On 2014/03/07 23:02:36, danakj wrote: > > On 2014/03/07 22:59:29, jbauman wrote: > > > This line is redundant with the one above. > > > > Oh, I was mimicing line 779. Should we just always have it set to true then? > > I mean, this is literally a duplicate of line 788. Ohhh, order changed. :D thanks!
piman: PTAL for OWNERS
LGTM. I can't wait until those flags are gone.
The CQ bit was checked by danakj@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/191563003/40001
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/191563003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on mac_rel for step(s) telemetry_perf_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...
The CQ bit was checked by danakj@chromium.org
The CQ bit was unchecked by danakj@chromium.org
Message was sent while issue was closed.
Committed patchset #2 manually as r255962 (presubmit successful). |