Index: third_party/WebKit/Source/core/animation/Keyframe.h |
diff --git a/third_party/WebKit/Source/core/animation/Keyframe.h b/third_party/WebKit/Source/core/animation/Keyframe.h |
index e85f7e4adb264f680aad97a75c50c8b3ba1ee300..1cf769749d672ab3883f5cbf2b047b65ee7a079e 100644 |
--- a/third_party/WebKit/Source/core/animation/Keyframe.h |
+++ b/third_party/WebKit/Source/core/animation/Keyframe.h |
@@ -105,6 +105,8 @@ protected: |
RefPtr<TimingFunction> m_easing; |
}; |
+using PropertySpecificKeyframe = Keyframe::PropertySpecificKeyframe; |
+ |
} // namespace blink |
#endif // Keyframe_h |