Added enter/exit reflow lock methods

This commit is contained in:
kipp 1998-05-09 03:21:34 +00:00
parent 7e5dd2d493
commit 2cc285c48b
2 changed files with 8 additions and 0 deletions

View File

@ -59,6 +59,10 @@ public:
virtual nsIStyleSet* GetStyleSet() = 0;
NS_IMETHOD EnterReflowLock() = 0;
NS_IMETHOD ExitReflowLock() = 0;
// Make shell be a document observer
virtual void BeginObservingDocument() = 0;

View File

@ -59,6 +59,10 @@ public:
virtual nsIStyleSet* GetStyleSet() = 0;
NS_IMETHOD EnterReflowLock() = 0;
NS_IMETHOD ExitReflowLock() = 0;
// Make shell be a document observer
virtual void BeginObservingDocument() = 0;