Bug 1151749 - "Win-Only: Disabled Hardware Acceleration + CSS 3D transform on canvas -> black artefacts on hover". r=nical

This commit is contained in:
2015-04-07 06:33:00 +02:00
parent 46cccb491b
commit 755d08df05

View File

@ -455,6 +455,7 @@ BasicCompositor::DrawQuad(const gfx::Rect& aRect,
#endif
);
if (NS_WARN_IF(!temp)) {
buffer->PopClip();
return;
}