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

Unified Diff: Source/core/animation/css/CSSPropertyEquality.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
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/animation/css/CSSPropertyEquality.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSPropertyEquality.h
diff --git a/Source/core/animation/css/CSSPropertyEquality.h b/Source/core/animation/css/CSSPropertyEquality.h
index 706544f61c74ceefed2cd522c415b57e8ececa60..5e125245a46ec5a227ee620e63e6d4e9c8080283 100644
--- a/Source/core/animation/css/CSSPropertyEquality.h
+++ b/Source/core/animation/css/CSSPropertyEquality.h
@@ -9,11 +9,11 @@
namespace blink {
-class LayoutStyle;
+class ComputedStyle;
class CSSPropertyEquality {
public:
- static bool propertiesEqual(CSSPropertyID, const LayoutStyle&, const LayoutStyle&);
+ static bool propertiesEqual(CSSPropertyID, const ComputedStyle&, const ComputedStyle&);
};
} // namespace blink
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/animation/css/CSSPropertyEquality.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698