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

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

Issue 2748103002: [wrapper-tracing] Redesign dispatching on non-inheriting cases (Closed)
Patch Set: 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..3d3d401bde60313187af9ba874cb21222be948cd 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_TRACE_TRAIT_FOR_WRAPPER_WITHOUT_BASE(ElementRareData);
+
inline LayoutSize defaultMinimumSizeForResizing() {
return LayoutSize(LayoutUnit::max(), LayoutUnit::max());
}

Powered by Google App Engine
This is Rietveld 408576698