Bug 747873 - Provide error information on input device not properly configured. r=mwu

This commit is contained in:
Cervantes Yu 2012-04-24 17:56:15 +08:00
parent aeb5f115e9
commit d0ff9d1f43

View File

@ -244,7 +244,11 @@ public:
virtual void getReaderConfiguration(InputReaderConfiguration* outConfig);
virtual sp<PointerControllerInterface> obtainPointerController(int32_t
deviceId) { return NULL; };
deviceId)
{
MOZ_NOT_REACHED("Input device configuration failed.");
return NULL;
};
void setDisplayInfo();
protected: