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