зеркало из https://github.com/mozilla/gecko-dev.git
Bug 833283 - Add do_QueryFrame support to nsVideoFrame. r=bz
Ms2ger recommended this instead of using do_QueryInterface on nsVideoFrame.
This commit is contained in:
Родитель
7dcd48d3c5
Коммит
07ee922719
|
@ -58,6 +58,7 @@ nsVideoFrame::~nsVideoFrame()
|
|||
}
|
||||
|
||||
NS_QUERYFRAME_HEAD(nsVideoFrame)
|
||||
NS_QUERYFRAME_ENTRY(nsVideoFrame)
|
||||
NS_QUERYFRAME_ENTRY(nsIAnonymousContentCreator)
|
||||
NS_QUERYFRAME_TAIL_INHERITING(nsContainerFrame)
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ public:
|
|||
nsVideoFrame(nsStyleContext* aContext);
|
||||
|
||||
NS_DECL_QUERYFRAME
|
||||
NS_DECL_QUERYFRAME_TARGET(nsVideoFrame)
|
||||
NS_DECL_FRAMEARENA_HELPERS
|
||||
|
||||
virtual void BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
|
|
Загрузка…
Ссылка в новой задаче