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

Unified Diff: third_party/WebKit/Source/core/dom/NodeRareData.h

Issue 2830583002: Rename NodeLayoutData -> NodeRenderingData (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/NodeRareData.h
diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.h b/third_party/WebKit/Source/core/dom/NodeRareData.h
index 0e50069f30dc23e126247726572919a9127408c4..8363aa6fa8afd3d6b65de479c05b5f54af36bcf5 100644
--- a/third_party/WebKit/Source/core/dom/NodeRareData.h
+++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
@@ -98,7 +98,7 @@ class NodeRareData : public GarbageCollectedFinalized<NodeRareData>,
WTF_MAKE_NONCOPYABLE(NodeRareData);
public:
- static NodeRareData* Create(NodeLayoutData* node_layout_data) {
+ static NodeRareData* Create(NodeRenderingData* node_layout_data) {
return new NodeRareData(node_layout_data);
}
@@ -163,7 +163,7 @@ class NodeRareData : public GarbageCollectedFinalized<NodeRareData>,
DECLARE_TRACE_WRAPPERS_AFTER_DISPATCH();
protected:
- explicit NodeRareData(NodeLayoutData* node_layout_data)
+ explicit NodeRareData(NodeRenderingData* node_layout_data)
: NodeRareDataBase(node_layout_data),
connected_frame_count_(0),
element_flags_(0),
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698