Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: Source/core/fetch/ImageResource.h

Issue 1154413002: Make multipart image documents work again. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix excessive clumsiness Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/fetch/ImageResource.h
diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
index 6beb4ec4575217f1cff4a0b2badd7d4e397abd3b..905f9277f3d7dce2fb96684f0c4b7c714357c787 100644
--- a/Source/core/fetch/ImageResource.h
+++ b/Source/core/fetch/ImageResource.h
@@ -128,6 +128,7 @@ private:
void notifyObservers(const IntRect* changeRect = nullptr);
IntSize svgImageSizeForLayoutObject(const LayoutObject*) const;
blink::Image* svgImageForLayoutObject(const LayoutObject*);
+ bool loadingMultipartContent() const;
float m_devicePixelRatioHeaderValue;
@@ -135,7 +136,6 @@ private:
OwnPtr<ImageForContainerMap> m_imageForContainerMap;
RefPtr<blink::Image> m_image;
- bool m_loadingMultipartContent;
bool m_hasDevicePixelRatioHeaderValue;
};
« no previous file with comments | « LayoutTests/http/tests/multipart/multipart-main-resource-expected.html ('k') | Source/core/fetch/ImageResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698