| 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());
|
| }
|
|
|