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

Unified Diff: Source/core/rendering/style/StyleRareNonInheritedData.h

Issue 14409013: Rename CSSAnimationData* -> StyleAnimationData* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
index 2cad17745b47ac96a26446bb5f29076b863bbb7c..4a2fafd87545e3af5ae11c82e780c5edeeea1d82 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -40,7 +40,7 @@
namespace WebCore {
-class CSSAnimationDataList;
+class StyleAnimationDataList;
class ShadowData;
class StyleDeprecatedFlexibleBoxData;
class StyleFilterData;
@@ -117,8 +117,8 @@ public:
RefPtr<StyleReflection> m_boxReflect;
- OwnPtr<CSSAnimationDataList> m_animations;
- OwnPtr<CSSAnimationDataList> m_transitions;
+ OwnPtr<StyleAnimationDataList> m_animations;
+ OwnPtr<StyleAnimationDataList> m_transitions;
FillLayer m_mask;
NinePieceImage m_maskBoxImage;
« no previous file with comments | « Source/core/rendering/style/RenderStyle.cpp ('k') | Source/core/rendering/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698