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

Unified Diff: Source/core/dom/NodeRenderingTraversal.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/dom/NodeRenderStyle.h ('k') | Source/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeRenderingTraversal.h
diff --git a/Source/core/dom/NodeRenderingTraversal.h b/Source/core/dom/NodeRenderingTraversal.h
index f0d31c0e762c6c914600b1cb07149a898177c68a..eca63d906cb3ffb470be1a655b726b525289f894 100644
--- a/Source/core/dom/NodeRenderingTraversal.h
+++ b/Source/core/dom/NodeRenderingTraversal.h
@@ -32,7 +32,7 @@
namespace blink {
class InsertionPoint;
-class RenderObject;
+class LayoutObject;
namespace NodeRenderingTraversal {
@@ -64,9 +64,9 @@ Node* previousSibling(const Node&);
Node* previous(const Node&, const Node* stayWithin);
Node* next(const Node&, const Node* stayWithin);
Node* nextSkippingChildren(const Node&, const Node* stayWithin);
-RenderObject* nextSiblingRenderer(const Node&);
-RenderObject* previousSiblingRenderer(const Node&);
-RenderObject* nextInTopLayer(const Element&);
+LayoutObject* nextSiblingRenderer(const Node&);
+LayoutObject* previousSiblingRenderer(const Node&);
+LayoutObject* nextInTopLayer(const Element&);
inline Element* parentElement(const Node& node)
{
« no previous file with comments | « Source/core/dom/NodeRenderStyle.h ('k') | Source/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698