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