Backed out 2 changesets (bug 1673387) for bustage on gradient_cache_hardstop_clip.yaml. CLOSED TREE

Backed out changeset a315ba98577f (bug 1673387)
Backed out changeset 591c4143921f (bug 1673387)
This commit is contained in:
Butkovits Atila
2020-11-12 15:31:08 +02:00
parent efd199fb74
commit 360ba36424
42 changed files with 357 additions and 270 deletions

View File

@@ -166,7 +166,7 @@ void MacIOSurfaceTextureHostOGL::PushResourceUpdates(
? &wr::TransactionBuilder::AddExternalImage
: &wr::TransactionBuilder::UpdateExternalImage;
auto imageType =
wr::ExternalImageType::TextureHandle(wr::ImageBufferKind::TextureRect);
wr::ExternalImageType::TextureHandle(wr::TextureTarget::Rect);
switch (GetFormat()) {
case gfx::SurfaceFormat::B8G8R8A8: