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

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

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/rendering/style/FillLayer.cpp ('k') | Source/core/rendering/style/KeyframeList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/KeyframeList.h
diff --git a/Source/core/rendering/style/KeyframeList.h b/Source/core/rendering/style/KeyframeList.h
index 90a83c6db316e4f74aeef4202e332a9a70daad0f..c5a881d83526f3f6ecd37ad75ed4afd285afcb32 100644
--- a/Source/core/rendering/style/KeyframeList.h
+++ b/Source/core/rendering/style/KeyframeList.h
@@ -34,7 +34,7 @@
namespace blink {
-class RenderObject;
+class LayoutObject;
class RenderStyle;
class KeyframeValue {
@@ -63,7 +63,7 @@ private:
class KeyframeList {
public:
- KeyframeList(RenderObject&, const AtomicString& animationName)
+ KeyframeList(LayoutObject&, const AtomicString& animationName)
: m_animationName(animationName)
{
insert(KeyframeValue(0, nullptr));
« no previous file with comments | « Source/core/rendering/style/FillLayer.cpp ('k') | Source/core/rendering/style/KeyframeList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698