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

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationType.h

Issue 2309873003: Extend PropertyHandle to include custom property identifiers (Closed)
Patch Set: Add unit tests Created 4 years, 3 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/CSSInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
index 4b39d33576aaef111be2ac139b4e1c764f3a55a8..123b6df9023db5622a4b2b20caafc1dddba21a1b 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
@@ -12,7 +12,7 @@ namespace blink {
class CSSInterpolationType : public InterpolationType {
protected:
- CSSInterpolationType(CSSPropertyID);
+ CSSInterpolationType(PropertyHandle);
CSSPropertyID cssProperty() const { return getProperty().cssProperty(); }

Powered by Google App Engine
This is Rietveld 408576698