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

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

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/LayoutImageResource.cpp ('k') | Source/core/layout/LayoutImageResourceStyleImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutImageResourceStyleImage.h
diff --git a/Source/core/layout/LayoutImageResourceStyleImage.h b/Source/core/layout/LayoutImageResourceStyleImage.h
index 0dd704d8d66a64a31fb8bbab50575a8cac05152f..7cd8b596f29c286a0e0f780bacccec8adad88583 100644
--- a/Source/core/layout/LayoutImageResourceStyleImage.h
+++ b/Source/core/layout/LayoutImageResourceStyleImage.h
@@ -49,7 +49,6 @@ public:
PassRefPtr<Image> image(int width = 0, int height = 0) const override;
bool errorOccurred() const override { return m_styleImage->errorOccurred(); }
- void setContainerSizeForLayoutObject(const IntSize&) override;
bool imageHasRelativeWidth() const override { return m_styleImage->imageHasRelativeWidth(); }
bool imageHasRelativeHeight() const override { return m_styleImage->imageHasRelativeHeight(); }
« no previous file with comments | « Source/core/layout/LayoutImageResource.cpp ('k') | Source/core/layout/LayoutImageResourceStyleImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698