Bug 1728193 - Remove LayerScope. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D123975
This commit is contained in:
Jeff Muizelaar
2021-08-30 20:12:02 +00:00
parent 26cd7d1e3d
commit b5cb18c438
15 changed files with 0 additions and 16973 deletions

View File

@@ -7,7 +7,6 @@
#include "TextureHost.h"
#include "CompositableHost.h" // for CompositableHost
#include "LayerScope.h"
#include "mozilla/gfx/2D.h" // for DataSourceSurface, Factory
#include "mozilla/gfx/gfxVars.h"
#include "mozilla/ipc/Shmem.h" // for Shmem
@@ -525,7 +524,6 @@ void TextureHost::PrintInfo(std::stringstream& aStream, const char* aPrefix) {
}
void TextureHost::Updated(const nsIntRegion* aRegion) {
LayerScope::ContentChanged(this);
UpdatedInternal(aRegion);
}