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

Unified Diff: Source/core/rendering/svg/SVGResources.cpp

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/svg/SVGResources.h ('k') | Source/core/rendering/svg/SVGResourcesCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGResources.cpp
diff --git a/Source/core/rendering/svg/SVGResources.cpp b/Source/core/rendering/svg/SVGResources.cpp
index 373b2069971714efdb757174e522546de7bf6f16..0dd9a0d9f6e97dc100473042e68031b929a206e7 100644
--- a/Source/core/rendering/svg/SVGResources.cpp
+++ b/Source/core/rendering/svg/SVGResources.cpp
@@ -204,7 +204,7 @@ static inline SVGResources& ensureResources(OwnPtr<SVGResources>& resources)
return *resources.get();
}
-PassOwnPtr<SVGResources> SVGResources::buildResources(const RenderObject* object, const SVGRenderStyle& style)
+PassOwnPtr<SVGResources> SVGResources::buildResources(const LayoutObject* object, const SVGRenderStyle& style)
{
ASSERT(object);
@@ -316,7 +316,7 @@ void SVGResources::layoutIfNeeded()
m_linkedResource->layoutIfNeeded();
}
-void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
+void SVGResources::removeClientFromCache(LayoutObject* object, bool markForInvalidation) const
{
if (!hasResourceData())
return;
@@ -649,7 +649,7 @@ void SVGResources::resetLinkedResource()
}
#ifndef NDEBUG
-void SVGResources::dump(const RenderObject* object)
+void SVGResources::dump(const LayoutObject* object)
{
ASSERT(object);
ASSERT(object->node());
« no previous file with comments | « Source/core/rendering/svg/SVGResources.h ('k') | Source/core/rendering/svg/SVGResourcesCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698