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

Unified Diff: Source/core/dom/Node.h

Issue 944923004: rendering/RenderBoxModelObject -> layout/LayoutBoxModelObject (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/Element.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 3c2f001d337def1d751bed235517888795f2a8d6..88e41b113c676f58bfb803e584882c212d238662 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -76,7 +76,7 @@ class QualifiedName;
class RadioNodeList;
class RegisteredEventListener;
class RenderBox;
-class RenderBoxModelObject;
+class LayoutBoxModelObject;
class LayoutObject;
class LayoutStyle;
class SVGQualifiedName;
@@ -515,7 +515,7 @@ public:
// Use these two methods with caution.
RenderBox* renderBox() const;
- RenderBoxModelObject* renderBoxModelObject() const;
+ LayoutBoxModelObject* layoutBoxModelObject() const;
struct AttachContext {
LayoutStyle* resolvedStyle;
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698