mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773534 - Show briefly the typed character for <input type=password>. r=mwu
This commit is contained in:
parent
3e6d82bbfe
commit
f2fbdc99f4
@ -374,3 +374,9 @@ nsLookAndFeel::GetFontImpl(FontID aID, nsString& aFontName,
|
||||
aFontStyle.systemFont = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
/*virtual*/
|
||||
bool
|
||||
nsLookAndFeel::GetEchoPasswordImpl() {
|
||||
return true;
|
||||
}
|
||||
|
@ -15,6 +15,7 @@ public:
|
||||
|
||||
virtual bool GetFontImpl(FontID aID, nsString& aName, gfxFontStyle& aStyle);
|
||||
virtual nsresult GetIntImpl(IntID aID, PRInt32 &aResult);
|
||||
virtual bool GetEchoPasswordImpl();
|
||||
|
||||
protected:
|
||||
virtual nsresult NativeGetColor(ColorID aID, nscolor &aColor);
|
||||
|
Loading…
Reference in New Issue
Block a user