Bug 1510030 - Fix the comment for OpacityBinding::update(). r=gw

Differential Revision: https://phabricator.services.mozilla.com/D63601

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2020-02-27 02:04:39 +00:00
parent b63099423f
commit eaecfc15ba

View File

@ -918,8 +918,7 @@ impl OpacityBinding {
}
// Resolve the current value of each opacity binding, and
// store that as a single combined opacity. Returns true
// if the opacity value changed from last time.
// store that as a single combined opacity.
pub fn update(&mut self, scene_properties: &SceneProperties) {
let mut new_opacity = 1.0;