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

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

Issue 1708293002: Revert of Add additive animation support for CSS properties perspective-origin and object-position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_backgroundPositionAnimation
Patch Set: Created 4 years, 10 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/CSSPositionAxisListInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h
index abe42f0ed69e8d1fb622315390247463eef7729c..b42b131781cbdde6dfb9fdc8b875a375afce658b 100644
--- a/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h
@@ -15,8 +15,6 @@
: CSSLengthListInterpolationType(property)
{ }
- static InterpolationValue convertPositionAxisCSSValue(const CSSValue&);
-
private:
InterpolationValue maybeConvertValue(const CSSValue&, const StyleResolverState&, ConversionCheckers&) const final;
};

Powered by Google App Engine
This is Rietveld 408576698