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

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

Issue 2748103002: [wrapper-tracing] Redesign dispatching on non-inheriting cases (Closed)
Patch Set: Addressed comment Created 3 years, 9 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/ElementRareData.h
diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.h b/third_party/WebKit/Source/core/dom/ElementRareData.h
index 22763ff2b8887e7a58f2037ee4a7d6a712371f8c..687cac5460e37c58b5472a6cd256b4dc178901dc 100644
--- a/third_party/WebKit/Source/core/dom/ElementRareData.h
+++ b/third_party/WebKit/Source/core/dom/ElementRareData.h
@@ -213,6 +213,8 @@ class ElementRareData : public NodeRareData {
explicit ElementRareData(LayoutObject*);
};
+DEFINE_TRAIT_FOR_TRACE_WRAPPERS(ElementRareData);
+
inline LayoutSize defaultMinimumSizeForResizing() {
return LayoutSize(LayoutUnit::max(), LayoutUnit::max());
}

Powered by Google App Engine
This is Rietveld 408576698