зеркало из https://github.com/mozilla/gecko-dev.git
merge backout.
This commit is contained in:
Коммит
c0c01000ae
|
@ -139,11 +139,11 @@ public:
|
||||||
PRBool* aIsOverridable)=0;
|
PRBool* aIsOverridable)=0;
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum Transparency {
|
||||||
eOpaque = 0,
|
eOpaque = 0,
|
||||||
eTransparent,
|
eTransparent,
|
||||||
eUnknownTransparency
|
eUnknownTransparency
|
||||||
} Transparency;
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns what we know about the transparency of the widget.
|
* Returns what we know about the transparency of the widget.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче