mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
merge backout.
This commit is contained in:
commit
c0c01000ae
@ -139,11 +139,11 @@ public:
|
||||
PRBool* aIsOverridable)=0;
|
||||
|
||||
|
||||
typedef enum {
|
||||
typedef enum Transparency {
|
||||
eOpaque = 0,
|
||||
eTransparent,
|
||||
eUnknownTransparency
|
||||
} Transparency;
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns what we know about the transparency of the widget.
|
||||
|
Loading…
Reference in New Issue
Block a user