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

Unified Diff: sky/engine/core/rendering/style/StylePendingImage.h

Issue 711203002: Remove zoom() and effectiveZoom(). (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/rendering/style/StyleImage.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/style/StylePendingImage.h
diff --git a/sky/engine/core/rendering/style/StylePendingImage.h b/sky/engine/core/rendering/style/StylePendingImage.h
index 9329074e722641c5f2acbb8bab9c31fe1dd8fa5e..3910b20bf6f5b2327b8a8c992370e95ba046e6ef 100644
--- a/sky/engine/core/rendering/style/StylePendingImage.h
+++ b/sky/engine/core/rendering/style/StylePendingImage.h
@@ -51,12 +51,12 @@ public:
CSSCursorImageValue* cssCursorImageValue() const { return m_value->isCursorImageValue() ? toCSSCursorImageValue(m_value) : 0; }
CSSImageSetValue* cssImageSetValue() const { return m_value->isImageSetValue() ? toCSSImageSetValue(m_value) : 0; }
- virtual LayoutSize imageSize(const RenderObject*, float /*multiplier*/) const override { return LayoutSize(); }
+ virtual LayoutSize imageSize(const RenderObject*) const override { return LayoutSize(); }
virtual bool imageHasRelativeWidth() const override { return false; }
virtual bool imageHasRelativeHeight() const override { return false; }
virtual void computeIntrinsicDimensions(const RenderObject*, Length& /* intrinsicWidth */ , Length& /* intrinsicHeight */, FloatSize& /* intrinsicRatio */) override { }
virtual bool usesImageContainerSize() const override { return false; }
- virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) override { }
+ virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&) override { }
virtual void addClient(RenderObject*) override { }
virtual void removeClient(RenderObject*) override { }
virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const override
« no previous file with comments | « sky/engine/core/rendering/style/StyleImage.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698