Bug 920377 part.30 Get rid of nsGUIEvent r=roc

This commit is contained in:
Masayuki Nakano
2013-10-02 12:46:03 +09:00
parent 8af36838cf
commit 8c4ece5434
124 changed files with 561 additions and 453 deletions

View File

@@ -78,8 +78,8 @@ nsHTMLButtonControlFrame::SetFocus(bool aOn, bool aRepaint)
NS_IMETHODIMP
nsHTMLButtonControlFrame::HandleEvent(nsPresContext* aPresContext,
nsGUIEvent* aEvent,
nsEventStatus* aEventStatus)
WidgetGUIEvent* aEvent,
nsEventStatus* aEventStatus)
{
// if disabled do nothing
if (mRenderer.isDisabled()) {