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

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

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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/Fullscreen.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 d39a4e6964c39a19c2047d581345dc9194198d42..7706ad33c8ef803c3b2cd6939196a6bc656b06ab 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -75,7 +75,7 @@ class PlatformWheelEvent;
class QualifiedName;
class RadioNodeList;
class RegisteredEventListener;
-class RenderBox;
+class LayoutBox;
class LayoutBoxModelObject;
class LayoutObject;
class LayoutStyle;
@@ -509,7 +509,7 @@ public:
}
// Use these two methods with caution.
- RenderBox* renderBox() const;
+ LayoutBox* layoutBox() const;
LayoutBoxModelObject* layoutBoxModelObject() const;
struct AttachContext {
« no previous file with comments | « Source/core/dom/Fullscreen.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698