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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp

Issue 2617703004: Combine {Legacy,}StyleInterpolation (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
index 1d5ace8fef2ed6f83c84897f52b53263c2e9a275..96c2c6fbda07d98b1a3bddf8da1ddbfe7adc0af6 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
@@ -1185,7 +1185,7 @@ void StyleResolver::applyAnimatedProperties(
} else {
// TODO(alancutter): Remove this old code path once animations have
// completely migrated to InterpolationTypes.
- toStyleInterpolation(interpolation).apply(state);
+ toLegacyStyleInterpolation(interpolation).apply(state);
}
}
}
« no previous file with comments | « third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698