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

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

Issue 1102803002: Remove the pending container size requests list (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now redundant virtual method Created 5 years, 8 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
« no previous file with comments | « no previous file | Source/core/fetch/ImageResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ImageResource.h
diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
index aa56f9e901e32c5dddcbe52265326a5fecd2191a..6beb4ec4575217f1cff4a0b2badd7d4e397abd3b 100644
--- a/Source/core/fetch/ImageResource.h
+++ b/Source/core/fetch/ImageResource.h
@@ -129,11 +129,6 @@ private:
IntSize svgImageSizeForLayoutObject(const LayoutObject*) const;
blink::Image* svgImageForLayoutObject(const LayoutObject*);
- virtual void switchClientsToRevalidatedResource() override;
sof 2015/04/25 18:44:13 If the CL sticks, this method can now be de-virtua
davve 2015/04/25 20:53:24 Good catch! Uploaded as https://codereview.chromiu
-
- typedef pair<IntSize, float> SizeAndZoom;
- typedef HashMap<const ImageResourceClient*, SizeAndZoom> ContainerSizeRequests;
- ContainerSizeRequests m_pendingContainerSizeRequests;
float m_devicePixelRatioHeaderValue;
typedef HashMap<const ImageResourceClient*, RefPtr<SVGImageForContainer>> ImageForContainerMap;
« no previous file with comments | « no previous file | Source/core/fetch/ImageResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698