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

Unified Diff: Source/core/dom/Position.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/NodeRenderingTraversal.cpp ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Position.h
diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h
index 47a2f60bb678c2f393e9ccc206bdda5739ee2a0a..f98eae6a4ec127883925600fa9a7a96a8f0965ab 100644
--- a/Source/core/dom/Position.h
+++ b/Source/core/dom/Position.h
@@ -40,7 +40,7 @@ class CSSComputedStyleDeclaration;
class Element;
class InlineBox;
class Node;
-class RenderObject;
+class LayoutObject;
class Text;
class TreeScope;
@@ -187,7 +187,7 @@ public:
TextDirection primaryDirection() const;
- static bool hasRenderedNonAnonymousDescendantsWithHeight(RenderObject*);
+ static bool hasRenderedNonAnonymousDescendantsWithHeight(LayoutObject*);
static bool nodeIsUserSelectNone(Node*);
static bool nodeIsUserSelectAll(const Node*);
static Node* rootUserSelectAllForNode(Node*);
« no previous file with comments | « Source/core/dom/NodeRenderingTraversal.cpp ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698