Bug 1175005 followup: Add 'override' annotation to new GetMonitors() method in GfxInfoBase.h. rs=ehsan

This commit is contained in:
Daniel Holbert 2015-06-18 12:09:08 -07:00
parent 1c1e3bf43a
commit eaccbe8609

View File

@ -54,7 +54,7 @@ public:
NS_IMETHOD GetFeatureSuggestedDriverVersion(int32_t aFeature, nsAString & _retval) override;
NS_IMETHOD GetWebGLParameter(const nsAString & aParam, nsAString & _retval) override;
NS_IMETHOD GetMonitors(JSContext* cx, JS::MutableHandleValue _retval);
NS_IMETHOD GetMonitors(JSContext* cx, JS::MutableHandleValue _retval) override;
NS_IMETHOD GetFailures(uint32_t *failureCount, int32_t** indices, char ***failures) override;
NS_IMETHOD_(void) LogFailure(const nsACString &failure) override;
NS_IMETHOD GetInfo(JSContext*, JS::MutableHandle<JS::Value>) override;