зеркало из https://github.com/mozilla/gecko-dev.git
Bug 747873 - Provide error information on input device not properly configured. r=mwu
This commit is contained in:
Родитель
7d0a88f99a
Коммит
148ffe0290
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче