RawKeyboardListener is not a service. Dont assign it a service name.

This commit is contained in:
Chinmay Garde 2016-03-18 14:41:03 -07:00
parent a662403f61
commit e8434885eb

View File

@ -7,7 +7,6 @@ module raw_keyboard;
import "sky/services/engine/input_event.mojom";
[ServiceName="raw_keyboard::RawKeyboardListener"]
interface RawKeyboardListener {
OnKey(sky.InputEvent event);
};