зеркало из https://github.com/mozilla/gecko-dev.git
Added begin/end load methods
This commit is contained in:
Родитель
521349db05
Коммит
627dc37066
|
@ -133,6 +133,8 @@ public:
|
|||
|
||||
// Observation hooks used by content nodes to propagate
|
||||
// notifications to document observers.
|
||||
NS_IMETHOD BeginLoad() = 0;
|
||||
NS_IMETHOD EndLoad() = 0;
|
||||
virtual void ContentChanged(nsIContent* aContent,
|
||||
nsISupports* aSubContent) = 0;
|
||||
|
||||
|
|
|
@ -133,6 +133,8 @@ public:
|
|||
|
||||
// Observation hooks used by content nodes to propagate
|
||||
// notifications to document observers.
|
||||
NS_IMETHOD BeginLoad() = 0;
|
||||
NS_IMETHOD EndLoad() = 0;
|
||||
virtual void ContentChanged(nsIContent* aContent,
|
||||
nsISupports* aSubContent) = 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче