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

Unified Diff: Source/core/svg/graphics/SVGImageCache.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/svg/SVGUseElement.cpp ('k') | Source/core/svg/graphics/SVGImageCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/graphics/SVGImageCache.h
diff --git a/Source/core/svg/graphics/SVGImageCache.h b/Source/core/svg/graphics/SVGImageCache.h
index 869cdab0a3fb0edc4a58a2f76350367f44064b8b..0f844dfe33ab8f1db37c83570aeea5e51f514ba5 100644
--- a/Source/core/svg/graphics/SVGImageCache.h
+++ b/Source/core/svg/graphics/SVGImageCache.h
@@ -32,7 +32,7 @@ namespace blink {
class ImageResourceClient;
class SVGImage;
class SVGImageForContainer;
-class RenderObject;
+class LayoutObject;
class SVGImageCache {
WTF_MAKE_FAST_ALLOCATED;
@@ -47,9 +47,9 @@ public:
void removeClientFromCache(const ImageResourceClient*);
void setContainerSizeForRenderer(const ImageResourceClient*, const IntSize&, float);
- IntSize imageSizeForRenderer(const RenderObject*) const;
+ IntSize imageSizeForRenderer(const LayoutObject*) const;
- Image* imageForRenderer(const RenderObject*);
+ Image* imageForRenderer(const LayoutObject*);
private:
SVGImageCache(SVGImage*);
« no previous file with comments | « Source/core/svg/SVGUseElement.cpp ('k') | Source/core/svg/graphics/SVGImageCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698