diff --git a/content/shared/public/nsLayoutAtomList.h b/content/shared/public/nsLayoutAtomList.h index 90df2c12b0fd..2c5be3df31fb 100644 --- a/content/shared/public/nsLayoutAtomList.h +++ b/content/shared/public/nsLayoutAtomList.h @@ -108,6 +108,7 @@ LAYOUT_ATOM(tableFrame, "TableFrame") LAYOUT_ATOM(tableOuterFrame, "TableOuterFrame") LAYOUT_ATOM(tableRowGroupFrame, "TableRowGroupFrame") LAYOUT_ATOM(tableRowFrame, "TableRowFrame") +LAYOUT_ATOM(textInputFrame,"TextInputFrame") LAYOUT_ATOM(textFrame, "TextFrame") LAYOUT_ATOM(viewportFrame, "ViewportFrame") diff --git a/layout/base/nsLayoutAtomList.h b/layout/base/nsLayoutAtomList.h index 90df2c12b0fd..2c5be3df31fb 100644 --- a/layout/base/nsLayoutAtomList.h +++ b/layout/base/nsLayoutAtomList.h @@ -108,6 +108,7 @@ LAYOUT_ATOM(tableFrame, "TableFrame") LAYOUT_ATOM(tableOuterFrame, "TableOuterFrame") LAYOUT_ATOM(tableRowGroupFrame, "TableRowGroupFrame") LAYOUT_ATOM(tableRowFrame, "TableRowFrame") +LAYOUT_ATOM(textInputFrame,"TextInputFrame") LAYOUT_ATOM(textFrame, "TextFrame") LAYOUT_ATOM(viewportFrame, "ViewportFrame") diff --git a/layout/base/public/nsLayoutAtomList.h b/layout/base/public/nsLayoutAtomList.h index 90df2c12b0fd..2c5be3df31fb 100644 --- a/layout/base/public/nsLayoutAtomList.h +++ b/layout/base/public/nsLayoutAtomList.h @@ -108,6 +108,7 @@ LAYOUT_ATOM(tableFrame, "TableFrame") LAYOUT_ATOM(tableOuterFrame, "TableOuterFrame") LAYOUT_ATOM(tableRowGroupFrame, "TableRowGroupFrame") LAYOUT_ATOM(tableRowFrame, "TableRowFrame") +LAYOUT_ATOM(textInputFrame,"TextInputFrame") LAYOUT_ATOM(textFrame, "TextFrame") LAYOUT_ATOM(viewportFrame, "ViewportFrame")