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

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

Issue 2378573002: Revert of Made ElementRareData store ComputedStyle on LayoutObject if possible. (Closed)
Patch Set: Fixed conflicts (nainar) Created 4 years, 3 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
Index: third_party/WebKit/Source/core/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index ec5286049ac743cdaf991e470f281e1b96227e88..86a3aab569ce1ec0d185c8a768a353d2ba002f60 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -110,7 +110,7 @@ enum class CustomElementState {
NotDefinedFlag = 2 << nodeCustomElementShift,
};
-class CORE_EXPORT NodeRareDataBase {
+class NodeRareDataBase {
public:
LayoutObject* layoutObject() const { return m_layoutObject; }
void setLayoutObject(LayoutObject* layoutObject) { m_layoutObject = layoutObject; }
« no previous file with comments | « third_party/WebKit/Source/core/dom/ElementRareDataTest.cpp ('k') | third_party/WebKit/Source/core/dom/NodeRareData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698