Backed out changeset e2f6d5054e20 (bug 1331704) for build bustage: unused variable hasProperty at KeyframeEffectReadOnly.h:294. r=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst
2017-02-11 11:37:54 +01:00
parent 6e9f4fc3b4
commit 2beaba93bd
5 changed files with 98 additions and 75 deletions

View File

@@ -580,11 +580,6 @@ ApplyAnimatedValue(Layer* aLayer,
const AnimationData& aAnimationData,
const StyleAnimationValue& aValue)
{
if (aValue.IsNull()) {
// Return gracefully if we have no valid StyleAnimationValue.
return;
}
HostLayer* layerCompositor = aLayer->AsHostLayer();
switch (aProperty) {
case eCSSProperty_opacity: {