зеркало из https://github.com/mozilla/gecko-dev.git
deleteframe() now takes a pres context.
This commit is contained in:
Родитель
342c9f13ca
Коммит
cccee92638
|
@ -278,7 +278,7 @@ public:
|
||||||
* Deletes this frame and each of its child frames (recursively calls
|
* Deletes this frame and each of its child frames (recursively calls
|
||||||
* DeleteFrame() for each child)
|
* DeleteFrame() for each child)
|
||||||
*/
|
*/
|
||||||
NS_IMETHOD DeleteFrame() = 0;
|
NS_IMETHOD DeleteFrame(nsIPresContext& aPresContext) = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the content object associated with this frame. Adds a reference to
|
* Get the content object associated with this frame. Adds a reference to
|
||||||
|
|
|
@ -278,7 +278,7 @@ public:
|
||||||
* Deletes this frame and each of its child frames (recursively calls
|
* Deletes this frame and each of its child frames (recursively calls
|
||||||
* DeleteFrame() for each child)
|
* DeleteFrame() for each child)
|
||||||
*/
|
*/
|
||||||
NS_IMETHOD DeleteFrame() = 0;
|
NS_IMETHOD DeleteFrame(nsIPresContext& aPresContext) = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the content object associated with this frame. Adds a reference to
|
* Get the content object associated with this frame. Adds a reference to
|
||||||
|
|
Загрузка…
Ссылка в новой задаче