mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Added enter/exit reflow lock methods
This commit is contained in:
parent
7e5dd2d493
commit
2cc285c48b
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user