From e5672a7cbffa97b0fa16348c7b8dc7542f3c7602 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Mon, 1 Nov 1999 15:22:25 +0000 Subject: [PATCH] Added another frame property git-svn-id: svn://10.0.0.236/trunk@52383 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsLayoutAtomList.h | 1 + mozilla/layout/base/nsLayoutAtomList.h | 1 + mozilla/layout/base/public/nsLayoutAtomList.h | 1 + 3 files changed, 3 insertions(+) diff --git a/mozilla/content/shared/public/nsLayoutAtomList.h b/mozilla/content/shared/public/nsLayoutAtomList.h index c85be3e008f..04e38cf6559 100644 --- a/mozilla/content/shared/public/nsLayoutAtomList.h +++ b/mozilla/content/shared/public/nsLayoutAtomList.h @@ -101,6 +101,7 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame") // Alphabetical list of frame property names LAYOUT_ATOM(collapseOffsetProperty, "CollapseOffsetProperty") +LAYOUT_ATOM(inlineFrameAnnotation, "InlineFrameAnnotation") LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty") LAYOUT_ATOM(overflowProperty, "OverflowProperty") LAYOUT_ATOM(viewProperty, "ViewProperty") diff --git a/mozilla/layout/base/nsLayoutAtomList.h b/mozilla/layout/base/nsLayoutAtomList.h index c85be3e008f..04e38cf6559 100644 --- a/mozilla/layout/base/nsLayoutAtomList.h +++ b/mozilla/layout/base/nsLayoutAtomList.h @@ -101,6 +101,7 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame") // Alphabetical list of frame property names LAYOUT_ATOM(collapseOffsetProperty, "CollapseOffsetProperty") +LAYOUT_ATOM(inlineFrameAnnotation, "InlineFrameAnnotation") LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty") LAYOUT_ATOM(overflowProperty, "OverflowProperty") LAYOUT_ATOM(viewProperty, "ViewProperty") diff --git a/mozilla/layout/base/public/nsLayoutAtomList.h b/mozilla/layout/base/public/nsLayoutAtomList.h index c85be3e008f..04e38cf6559 100644 --- a/mozilla/layout/base/public/nsLayoutAtomList.h +++ b/mozilla/layout/base/public/nsLayoutAtomList.h @@ -101,6 +101,7 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame") // Alphabetical list of frame property names LAYOUT_ATOM(collapseOffsetProperty, "CollapseOffsetProperty") +LAYOUT_ATOM(inlineFrameAnnotation, "InlineFrameAnnotation") LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty") LAYOUT_ATOM(overflowProperty, "OverflowProperty") LAYOUT_ATOM(viewProperty, "ViewProperty")