зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1097803: Report succesful Direct2D 1.1 usage. r=jrmuizel
This commit is contained in:
Родитель
cf1c5e1373
Коммит
16558048b6
|
@ -611,6 +611,12 @@ gfxWindowsPlatform::VerifyD2DDevice(bool aAttemptForce)
|
|||
reporter.SetSuccessful();
|
||||
mozilla::gfx::Factory::SetDirect3D10Device(cairo_d2d_device_get_device(mD2DDevice));
|
||||
}
|
||||
|
||||
ScopedGfxFeatureReporter reporter1_1("D2D1.1");
|
||||
|
||||
if (Factory::SupportsD2D1()) {
|
||||
reporter1_1.SetSuccessful();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче