Index: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp |
diff --git a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp |
index b6f9f765a3b5beee849b038c967a48e490cf5d26..a736f3c35f659cf136f8861a92a8b9594de7c32a 100644 |
--- a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp |
+++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp |
@@ -120,9 +120,6 @@ void toCompositorTransformOperations( |
case TransformOperation::Identity: |
outTransformOperations->appendIdentity(); |
break; |
- case TransformOperation::None: |
Justin Novosad
2017/01/10 16:40:03
Nit: perhaps a "default:" for this switch?
Your ca
|
- // Do nothing. |
- break; |
} // switch |
} // for each operation |
} |