mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
ported mozilla changes:
bug1143506, bug1143509, bug1144899, bug1145560, bug1162350, bug1189593, bug1124084
This commit is contained in:
@@ -257,7 +257,7 @@ public:
|
||||
// Try for a perfect match first.
|
||||
nsRefPtr<CachedSurface> surface;
|
||||
mSurfaces.Get(aSurfaceKey, getter_AddRefs(surface));
|
||||
if (surface) {
|
||||
if (surface && surface->IsDecoded()) {
|
||||
return surface.forget();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user