Bug 1744087 - Remove some unused remnants from Layers.h/cpp. r=gfx-reviewers,bradwerth

Differential Revision: https://phabricator.services.mozilla.com/D132713
This commit is contained in:
Jeff Muizelaar 2021-12-02 20:30:18 +00:00
Родитель 8601a0dfae
Коммит 607cdf0ada
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -83,11 +83,6 @@ void WriteSnapshotToDumpFile(Compositor* aCompositor, DrawTarget* aTarget) {
}
#endif
//--------------------------------------------------
// LayerManager
void SetAntialiasingFlags(Layer* aLayer, DrawTarget* aTarget) {}
IntRect ToOutsideIntRect(const gfxRect& aRect) {
return IntRect::RoundOut(aRect.X(), aRect.Y(), aRect.Width(), aRect.Height());
}

Просмотреть файл

@ -119,8 +119,6 @@ class Layer {
};
};
void SetAntialiasingFlags(Layer* aLayer, gfx::DrawTarget* aTarget);
#ifdef MOZ_DUMP_PAINTING
void WriteSnapshotToDumpFile(Layer* aLayer, gfx::DataSourceSurface* aSurf);
void WriteSnapshotToDumpFile(Compositor* aCompositor, gfx::DrawTarget* aTarget);