mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove QueryFrame support for nsICSSPseudoComparator. (Bug 576794) r=bzbarsky a2.0=bsmedberg
This commit is contained in:
parent
18988cb740
commit
fec95b227d
@ -110,7 +110,6 @@ public:
|
||||
nsHTMLFramesetFrame_id,
|
||||
nsHTMLScrollFrame_id,
|
||||
nsIAnonymousContentCreator_id,
|
||||
nsICSSPseudoComparator_id,
|
||||
nsIComboboxControlFrame_id,
|
||||
nsIFormControlFrame_id,
|
||||
nsIFrame_id,
|
||||
|
@ -40,16 +40,12 @@
|
||||
#ifndef nsICSSPseudoComparator_h___
|
||||
#define nsICSSPseudoComparator_h___
|
||||
|
||||
#include "nsQueryFrame.h"
|
||||
|
||||
class nsIAtom;
|
||||
struct nsCSSSelector;
|
||||
|
||||
class nsICSSPseudoComparator
|
||||
{
|
||||
public:
|
||||
NS_DECL_QUERYFRAME_TARGET(nsICSSPseudoComparator)
|
||||
|
||||
virtual PRBool PseudoMatches(nsIAtom* aTag, nsCSSSelector* aSelector)=0;
|
||||
};
|
||||
|
||||
|
@ -134,7 +134,6 @@ NS_NewTreeBodyFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
|
||||
NS_IMPL_FRAMEARENA_HELPERS(nsTreeBodyFrame)
|
||||
|
||||
NS_QUERYFRAME_HEAD(nsTreeBodyFrame)
|
||||
NS_QUERYFRAME_ENTRY(nsICSSPseudoComparator)
|
||||
NS_QUERYFRAME_ENTRY(nsIScrollbarMediator)
|
||||
NS_QUERYFRAME_ENTRY(nsTreeBodyFrame)
|
||||
NS_QUERYFRAME_TAIL_INHERITING(nsLeafBoxFrame)
|
||||
|
Loading…
Reference in New Issue
Block a user