Loading widget/GfxDriverInfo.cpp +3 −5 Original line number Diff line number Diff line Loading @@ -16,12 +16,10 @@ uint64_t GfxDriverInfo::allDriverVersions = ~(uint64_t(0)); GfxDeviceFamily* GfxDriverInfo::sDeviceFamilies[static_cast<size_t>(DeviceFamily::Max)]; nsAString* nsString* GfxDriverInfo::sWindowProtocol[static_cast<size_t>(WindowProtocol::Max)]; nsAString* GfxDriverInfo::sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; nsAString* GfxDriverInfo::sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; nsString* GfxDriverInfo::sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; nsString* GfxDriverInfo::sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; GfxDriverInfo::GfxDriverInfo() : mOperatingSystem(OperatingSystem::Unknown), Loading widget/GfxDriverInfo.h +3 −3 Original line number Diff line number Diff line Loading @@ -347,14 +347,14 @@ struct GfxDriverInfo { sDeviceFamilies[static_cast<size_t>(DeviceFamily::Max)]; static const nsAString& GetWindowProtocol(WindowProtocol id); static nsAString* sWindowProtocol[static_cast<size_t>(WindowProtocol::Max)]; static nsString* sWindowProtocol[static_cast<size_t>(WindowProtocol::Max)]; static const nsAString& GetDeviceVendor(DeviceVendor id); static const nsAString& GetDeviceVendor(DeviceFamily id); static nsAString* sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; static nsString* sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; static const nsAString& GetDriverVendor(DriverVendor id); static nsAString* sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; static nsString* sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; nsString mModel, mHardware, mProduct, mManufacturer; Loading Loading
widget/GfxDriverInfo.cpp +3 −5 Original line number Diff line number Diff line Loading @@ -16,12 +16,10 @@ uint64_t GfxDriverInfo::allDriverVersions = ~(uint64_t(0)); GfxDeviceFamily* GfxDriverInfo::sDeviceFamilies[static_cast<size_t>(DeviceFamily::Max)]; nsAString* nsString* GfxDriverInfo::sWindowProtocol[static_cast<size_t>(WindowProtocol::Max)]; nsAString* GfxDriverInfo::sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; nsAString* GfxDriverInfo::sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; nsString* GfxDriverInfo::sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; nsString* GfxDriverInfo::sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; GfxDriverInfo::GfxDriverInfo() : mOperatingSystem(OperatingSystem::Unknown), Loading
widget/GfxDriverInfo.h +3 −3 Original line number Diff line number Diff line Loading @@ -347,14 +347,14 @@ struct GfxDriverInfo { sDeviceFamilies[static_cast<size_t>(DeviceFamily::Max)]; static const nsAString& GetWindowProtocol(WindowProtocol id); static nsAString* sWindowProtocol[static_cast<size_t>(WindowProtocol::Max)]; static nsString* sWindowProtocol[static_cast<size_t>(WindowProtocol::Max)]; static const nsAString& GetDeviceVendor(DeviceVendor id); static const nsAString& GetDeviceVendor(DeviceFamily id); static nsAString* sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; static nsString* sDeviceVendors[static_cast<size_t>(DeviceVendor::Max)]; static const nsAString& GetDriverVendor(DriverVendor id); static nsAString* sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; static nsString* sDriverVendors[static_cast<size_t>(DriverVendor::Max)]; nsString mModel, mHardware, mProduct, mManufacturer; Loading