Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: Source/core/animation/AnimatableValue.h

Issue 215883005: Web Animations: Introduce String based KeyframeEffectModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/animation/AnimatableValue.h
diff --git a/Source/core/animation/AnimatableValue.h b/Source/core/animation/AnimatableValue.h
index 47046a2958fc38c250efecb9637a92ed18492920..deb9649188ee75a4458b2f6e10e5f019ea2c45a3 100644
--- a/Source/core/animation/AnimatableValue.h
+++ b/Source/core/animation/AnimatableValue.h
@@ -134,7 +134,7 @@ private:
virtual double distanceTo(const AnimatableValue*) const;
- friend class KeyframeEffectModel;
+ template <class Keyframe> friend class KeyframeEffectModel;
};
#define DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(thisType, predicate) \
« no previous file with comments | « no previous file | Source/core/animation/AnimatableValueKeyframe.h » ('j') | Source/core/animation/AnimatableValueKeyframe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698