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

Unified Diff: third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.h

Issue 2750293003: Delete unused AnimatableValue code (Closed)
Patch Set: Fix unit tests 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/css/resolver/AnimatedStyleBuilder.h
diff --git a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.h b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.h
index f82130f399d24d118d0b49a778768d4a0c39b65e..9039d0eec5974fec90d492644e80636961d90bec 100644
--- a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.h
+++ b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.h
@@ -37,14 +37,14 @@
namespace blink {
class AnimatableValue;
-class StyleResolverState;
+class ComputedStyle;
class AnimatedStyleBuilder {
STATIC_ONLY(AnimatedStyleBuilder);
public:
static void applyProperty(CSSPropertyID,
- StyleResolverState&,
+ ComputedStyle&,
const AnimatableValue*);
};

Powered by Google App Engine
This is Rietveld 408576698