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

Unified Diff: Source/core/rendering/svg/RenderSVGResourceLinearGradient.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
Index: Source/core/rendering/svg/RenderSVGResourceLinearGradient.h
diff --git a/Source/core/rendering/svg/RenderSVGResourceLinearGradient.h b/Source/core/rendering/svg/RenderSVGResourceLinearGradient.h
index aec63021fd78c17c49be0c261d80aa878d9c8812..e2741ba547972d149ece3a66b69d8758dbef6fde 100644
--- a/Source/core/rendering/svg/RenderSVGResourceLinearGradient.h
+++ b/Source/core/rendering/svg/RenderSVGResourceLinearGradient.h
@@ -48,7 +48,7 @@ public:
private:
#if ENABLE(OILPAN)
- // FIXME: Oilpan: the RenderObject hierarchy isn't on the heap, but
+ // FIXME: Oilpan: the LayoutObject hierarchy isn't on the heap, but
// the SVG property hierarchy is. And the two meet here, so keep a
// persistent reference to the SVG part object by way of a heap-allocated
// wrapper object.
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceGradient.cpp ('k') | Source/core/rendering/svg/RenderSVGResourceMarker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698