Bug 1119609 part.3 Implement converting methods from key/code value to key/code name index r=smaug

This commit is contained in:
Masayuki Nakano
2015-02-19 15:50:19 +09:00
parent f478c85fd8
commit f1536d537d
11 changed files with 131 additions and 74 deletions

View File

@@ -16,7 +16,14 @@
namespace mozilla {
namespace widget {
//static
// static
void
WidgetUtils::Shutdown()
{
WidgetKeyboardEvent::Shutdown();
}
// static
already_AddRefed<nsIWidget>
WidgetUtils::DOMWindowToWidget(nsIDOMWindow *aDOMWindow)
{