mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Backed out changeset 8c34803d1392 (bug 943686) for Windows bustage. r=backout
This commit is contained in:
parent
3d552e75e6
commit
1e30641e50
@ -128,7 +128,7 @@ public:
|
||||
}
|
||||
|
||||
RefPtr<imgRequest> req = entry->GetRequest();
|
||||
RefPtr<image::Image> image = req->GetImage();
|
||||
RefPtr<Image> image = req->GetImage();
|
||||
if (!image) {
|
||||
continue;
|
||||
}
|
||||
@ -401,7 +401,7 @@ private:
|
||||
nsTArray<ImageMemoryCounter>* aArray,
|
||||
bool aIsUsed)
|
||||
{
|
||||
RefPtr<image::Image> image = aRequest->GetImage();
|
||||
RefPtr<Image> image = aRequest->GetImage();
|
||||
if (!image) {
|
||||
return;
|
||||
}
|
||||
|
@ -66,7 +66,6 @@ UNIFIED_SOURCES += [
|
||||
'ImageOps.cpp',
|
||||
'ImageWrapper.cpp',
|
||||
'imgFrame.cpp',
|
||||
'imgLoader.cpp',
|
||||
'imgTools.cpp',
|
||||
'MultipartImage.cpp',
|
||||
'OrientedImage.cpp',
|
||||
@ -84,6 +83,7 @@ if CONFIG['MOZ_ENABLE_SKIA']:
|
||||
|
||||
# These files can't be unified because of ImageLogging.h #include order issues.
|
||||
SOURCES += [
|
||||
'imgLoader.cpp',
|
||||
'imgRequest.cpp',
|
||||
'imgRequestProxy.cpp',
|
||||
'ProgressTracker.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user