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

Issue 2018833002: cc : Delete LayerImpl::opacity (Closed)

Created:
4 years, 6 months ago by jaydasika
Modified:
4 years, 6 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc : Delete LayerImpl::opacity Since property trees have the required opacity info. To to this, this CL : (opacity = LayerImpl::opacity) - Removes pushing opacity at commit and activation. - Removes SetOpacity in OnOpacityAnimated - Removes SetOpacity in ScrollbarImplBase::PushPropertiesTo - For tests, adds opacity to LayerImplTestProperties. BUG=609205 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/ab317e073bd7b2cb74c405f23008d0a6d4db6270 Cr-Commit-Position: refs/heads/master@{#397000}

Patch Set 1 #

Patch Set 2 : Rename #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -208 lines) Patch
M cc/input/scrollbar_animation_controller_linear_fade_unittest.cc View 1 2 3 20 chunks +62 lines, -54 lines 0 comments Download
M cc/input/scrollbar_animation_controller_thinning.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scrollbar_animation_controller_thinning_unittest.cc View 1 2 3 15 chunks +54 lines, -45 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 4 4 chunks +2 lines, -5 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 4 8 chunks +14 lines, -13 lines 0 comments Download
M cc/layers/layer_impl_test_properties.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer_impl_test_properties.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_impl_base.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 28 chunks +47 lines, -47 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 13 chunks +19 lines, -19 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 2 3 4 3 chunks +14 lines, -4 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
jaydasika
PTAL
4 years, 6 months ago (2016-05-27 01:50:53 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018833002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018833002/40001
4 years, 6 months ago (2016-05-27 04:45:13 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-27 06:35:29 UTC) #8
ajuma
https://codereview.chromium.org/2018833002/diff/40001/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc File cc/input/scrollbar_animation_controller_linear_fade_unittest.cc (right): https://codereview.chromium.org/2018833002/diff/40001/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc#newcode59 cc/input/scrollbar_animation_controller_linear_fade_unittest.cc:59: scrollbar_layer_->test_properties()->force_render_surface = true; Is this just to force an ...
4 years, 6 months ago (2016-05-27 13:35:44 UTC) #9
jaydasika
https://codereview.chromium.org/2018833002/diff/40001/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc File cc/input/scrollbar_animation_controller_linear_fade_unittest.cc (right): https://codereview.chromium.org/2018833002/diff/40001/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc#newcode59 cc/input/scrollbar_animation_controller_linear_fade_unittest.cc:59: scrollbar_layer_->test_properties()->force_render_surface = true; On 2016/05/27 13:35:44, ajuma wrote: > ...
4 years, 6 months ago (2016-05-27 17:50:26 UTC) #10
ajuma
Thanks, lgtm
4 years, 6 months ago (2016-05-27 18:23:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018833002/60001
4 years, 6 months ago (2016-05-27 18:34:13 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/191319)
4 years, 6 months ago (2016-05-27 18:41:51 UTC) #15
jaydasika
vollick : Can you review changes to platform/graphics ?
4 years, 6 months ago (2016-05-27 19:03:36 UTC) #16
Ian Vollick
On 2016/05/27 19:03:36, jaydasika wrote: > vollick : Can you review changes to platform/graphics ? ...
4 years, 6 months ago (2016-05-31 21:27:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018833002/60001
4 years, 6 months ago (2016-05-31 21:29:07 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/13787) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-05-31 21:32:32 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018833002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018833002/80001
4 years, 6 months ago (2016-05-31 22:06:52 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-06-01 00:53:31 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 00:55:10 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ab317e073bd7b2cb74c405f23008d0a6d4db6270
Cr-Commit-Position: refs/heads/master@{#397000}

Powered by Google App Engine
This is Rietveld 408576698