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

Unified Diff: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h

Issue 2723883005: Add registered custom property wrapping support to CSSAnimatableValueFactory (Closed)
Patch Set: Rebased Created 3 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: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
index 65753c4618b76e3a0915ec0619d27130427f134b..65312eb841bbc926184f6d714dd65387492bffb2 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
@@ -39,12 +39,13 @@
namespace blink {
class ComputedStyle;
+class PropertyHandle;
class CSSAnimatableValueFactory {
STATIC_ONLY(CSSAnimatableValueFactory);
public:
- static PassRefPtr<AnimatableValue> create(CSSPropertyID,
+ static PassRefPtr<AnimatableValue> create(const PropertyHandle&,
const ComputedStyle&);
private:

Powered by Google App Engine
This is Rietveld 408576698