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

Unified Diff: Source/core/layout/LayoutImageResourceStyleImage.cpp

Issue 1339183003: NOT FOR LANDING Experiment with allocating SVGImageForContainer on demand (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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 | « Source/core/layout/LayoutImageResourceStyleImage.h ('k') | Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutImageResourceStyleImage.cpp
diff --git a/Source/core/layout/LayoutImageResourceStyleImage.cpp b/Source/core/layout/LayoutImageResourceStyleImage.cpp
index aff05ffbcc9fc7ce4c7579dc2e3f7cc3fe793700..1a113bc5346c69dd7d118ebcf845e9ca4dce4942 100644
--- a/Source/core/layout/LayoutImageResourceStyleImage.cpp
+++ b/Source/core/layout/LayoutImageResourceStyleImage.cpp
@@ -69,12 +69,6 @@ PassRefPtr<Image> LayoutImageResourceStyleImage::image(int width, int height) co
return m_styleImage->image(m_layoutObject, IntSize(width, height));
}
-void LayoutImageResourceStyleImage::setContainerSizeForLayoutObject(const IntSize& size)
-{
- ASSERT(m_layoutObject);
- m_styleImage->setContainerSizeForLayoutObject(m_layoutObject, size, m_layoutObject->style()->effectiveZoom());
-}
-
DEFINE_TRACE(LayoutImageResourceStyleImage)
{
visitor->trace(m_styleImage);
« no previous file with comments | « Source/core/layout/LayoutImageResourceStyleImage.h ('k') | Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698