merge backout.

This commit is contained in:
Jim Mathies 2010-03-31 12:55:23 -05:00
commit c0c01000ae

View File

@ -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.