summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/keyframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/keyframe.h')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/keyframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/keyframe.h b/chromium/third_party/blink/renderer/core/animation/keyframe.h
index ccf93f6fb8d..5df8b19b8be 100644
--- a/chromium/third_party/blink/renderer/core/animation/keyframe.h
+++ b/chromium/third_party/blink/renderer/core/animation/keyframe.h
@@ -159,7 +159,7 @@ class CORE_EXPORT Keyframe : public GarbageCollectedFinalized<Keyframe> {
const PropertyHandle&,
const Keyframe::PropertySpecificKeyframe& end) const;
- virtual void Trace(Visitor*){};
+ virtual void Trace(Visitor*) {}
protected:
double offset_;