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

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

Issue 2893313004: Remove unused AnimatableValue types (Closed)
Patch Set: Created 3 years, 7 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 aec2e8a58ae21028c11fd3862055b11fceb87202..cc75ba30eb88e0535479345d3e58069794fff851 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
@@ -39,18 +39,13 @@
namespace blink {
class ComputedStyle;
-class PropertyHandle;
class CSSAnimatableValueFactory {
STATIC_ONLY(CSSAnimatableValueFactory);
public:
- static PassRefPtr<AnimatableValue> Create(const PropertyHandle&,
+ static PassRefPtr<AnimatableValue> Create(CSSPropertyID,
const ComputedStyle&);
-
- private:
- static PassRefPtr<AnimatableValue> CreateFromColor(CSSPropertyID,
- const ComputedStyle&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698