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

Unified Diff: third_party/WebKit/Source/core/style/StyleGeneratedImage.h

Issue 1477433004: Use LayoutUnit for SVG container size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: third_party/WebKit/Source/core/style/StyleGeneratedImage.h
diff --git a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
index 07bd5e2f6f68ab508c5865d23e11c7adde7f9cc1..9b92f118b46d95bb9c08208493f27dc19ea776f1 100644
--- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
@@ -51,7 +51,7 @@ public:
bool usesImageContainerSize() const override { return !m_fixedSize; }
void addClient(LayoutObject*) override;
void removeClient(LayoutObject*) override;
- PassRefPtr<Image> image(const LayoutObject*, const IntSize&, float) const override;
+ PassRefPtr<Image> image(const LayoutObject*, const LayoutSize&, float) const override;
bool knownToBeOpaque(const LayoutObject*) const override;
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698