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

Unified Diff: sky/engine/core/rendering/style/StyleFetchedImageSet.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
Index: sky/engine/core/rendering/style/StyleFetchedImageSet.h
diff --git a/sky/engine/core/rendering/style/StyleFetchedImageSet.h b/sky/engine/core/rendering/style/StyleFetchedImageSet.h
index eaa0de2affb8e02cc1c8653c45800b7104f5a0ac..183c437cb41cfb7546e6e01ce2247be5ca57b598 100644
--- a/sky/engine/core/rendering/style/StyleFetchedImageSet.h
+++ b/sky/engine/core/rendering/style/StyleFetchedImageSet.h
@@ -56,15 +56,15 @@ public:
void clearImageSetValue() { m_imageSetValue = 0; }
- virtual bool canRender(const RenderObject&, float multiplier) const override;
+ virtual bool canRender(const RenderObject&) const override;
virtual bool isLoaded() const override;
virtual bool errorOccurred() const override;
- virtual LayoutSize imageSize(const RenderObject*, float multiplier) const override;
+ virtual LayoutSize imageSize(const RenderObject*) const override;
virtual bool imageHasRelativeWidth() const override;
virtual bool imageHasRelativeHeight() const override;
virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) override;
virtual bool usesImageContainerSize() const override;
- 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/StyleFetchedImage.cpp ('k') | sky/engine/core/rendering/style/StyleFetchedImageSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698