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: third_party/WebKit/Source/core/style/StyleFetchedImage.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/StyleFetchedImage.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
index 6d13020c617f32c5653d557699a7d2c9610754da..d4b00beef1fc19d898e00ca8cf9d9bb50fcd23d4 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
@@ -59,7 +59,7 @@ public:
void removeClient(LayoutObject*) override;
void notifyFinished(Resource*) override;
String debugName() const override { return "StyleFetchedImage"; }
- PassRefPtr<Image> image(const LayoutObject*, const IntSize&, float zoom) const override;
+ PassRefPtr<Image> image(const LayoutObject*, const LayoutSize&, float zoom) const override;
bool knownToBeOpaque(const LayoutObject*) const override;
ImageResource* cachedImage() const override;
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGImagePainter.cpp ('k') | third_party/WebKit/Source/core/style/StyleFetchedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698