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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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: Source/core/animation/css/CSSAnimatableValueFactory.h
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h
index a8ae0387547712fbef3dfdee56b576151ada6280..441e5724312b7b6cf4fa3ca07a64fb88293b544e 100644
--- a/Source/core/animation/css/CSSAnimatableValueFactory.h
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.h
@@ -37,13 +37,13 @@
namespace blink {
-class LayoutStyle;
+class ComputedStyle;
class CSSAnimatableValueFactory {
public:
- static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const LayoutStyle&);
+ static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const ComputedStyle&);
private:
- static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const LayoutStyle&);
+ static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
};
} // namespace blink
« no previous file with comments | « Source/core/animation/animatable/AnimatableVisibility.h ('k') | Source/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698